GoogleCloudApigeeV1ApimServiceExtensionExtension constructor

GoogleCloudApigeeV1ApimServiceExtensionExtension({
  1. bool? failOpen,
  2. String? hostname,
  3. String? matchCondition,
  4. String? name,
  5. List<String>? supportedEvents,
})

Implementation

GoogleCloudApigeeV1ApimServiceExtensionExtension({
  this.failOpen,
  this.hostname,
  this.matchCondition,
  this.name,
  this.supportedEvents,
});