GoogleCloudApigeeV1CommonNameConfig constructor

GoogleCloudApigeeV1CommonNameConfig({
  1. bool? matchWildCards,
  2. String? name,
})

Implementation

GoogleCloudApigeeV1CommonNameConfig({
  this.matchWildCards,
  this.name,
});