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