GoogleCloudApigeeV1EnvironmentConfig constructor

GoogleCloudApigeeV1EnvironmentConfig({
  1. GoogleCloudApigeeV1RuntimeAddonsConfig? addonsConfig,
  2. String? arcConfigLocation,
  3. String? createTime,
  4. List<GoogleCloudApigeeV1DataCollectorConfig>? dataCollectors,
  5. GoogleCloudApigeeV1DebugMask? debugMask,
  6. List<GoogleCloudApigeeV1DeploymentGroupConfig>? deploymentGroups,
  7. List<GoogleCloudApigeeV1DeploymentConfig>? deployments,
  8. String? envScopedRevisionId,
  9. Map<String, String>? featureFlags,
  10. List<GoogleCloudApigeeV1FlowHookConfig>? flowhooks,
  11. String? forwardProxyUri,
  12. String? gatewayConfigLocation,
  13. List<GoogleCloudApigeeV1KeystoreConfig>? keystores,
  14. String? name,
  15. String? provider,
  16. String? pubsubTopic,
  17. List<GoogleCloudApigeeV1ReferenceConfig>? resourceReferences,
  18. List<GoogleCloudApigeeV1ResourceConfig>? resources,
  19. String? revisionId,
  20. String? sequenceNumber,
  21. List<GoogleCloudApigeeV1TargetServerConfig>? targets,
  22. GoogleCloudApigeeV1RuntimeTraceConfig? traceConfig,
  23. String? uid,
})

Implementation

GoogleCloudApigeeV1EnvironmentConfig({
  this.addonsConfig,
  this.arcConfigLocation,
  this.createTime,
  this.dataCollectors,
  this.debugMask,
  this.deploymentGroups,
  this.deployments,
  this.envScopedRevisionId,
  this.featureFlags,
  this.flowhooks,
  this.forwardProxyUri,
  this.gatewayConfigLocation,
  this.keystores,
  this.name,
  this.provider,
  this.pubsubTopic,
  this.resourceReferences,
  this.resources,
  this.revisionId,
  this.sequenceNumber,
  this.targets,
  this.traceConfig,
  this.uid,
});