GoogleCloudApigeeV1ApimServiceExtension constructor

GoogleCloudApigeeV1ApimServiceExtension({
  1. String? createTime,
  2. String? extensionProcessor,
  3. List<GoogleCloudApigeeV1ApimServiceExtensionExtension>? extensions,
  4. String? lbForwardingRule,
  5. String? name,
  6. String? network,
  7. List<GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig>? networkConfigs,
  8. String? state,
  9. String? updateTime,
})

Implementation

GoogleCloudApigeeV1ApimServiceExtension({
  this.createTime,
  this.extensionProcessor,
  this.extensions,
  this.lbForwardingRule,
  this.name,
  this.network,
  this.networkConfigs,
  this.state,
  this.updateTime,
});