GoogleCloudApigeeV1TlsInfoCommonName.fromJson constructor
GoogleCloudApigeeV1TlsInfoCommonName.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1TlsInfoCommonName.fromJson(core.Map json_)
: this(
value:
json_.containsKey('value') ? json_['value'] as core.String : null,
wildcardMatch: json_.containsKey('wildcardMatch')
? json_['wildcardMatch'] as core.bool
: null,
);