GoogleCloudApigeeV1TlsInfoCommonName constructor

GoogleCloudApigeeV1TlsInfoCommonName({
  1. String? value,
  2. bool? wildcardMatch,
})

Implementation

GoogleCloudApigeeV1TlsInfoCommonName({
  this.value,
  this.wildcardMatch,
});