GoogleCloudApigeeV1TlsInfoCommonName.fromJson constructor

GoogleCloudApigeeV1TlsInfoCommonName.fromJson(
  1. Map json_
)

Implementation

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