GoogleCloudApigeeV1Environment constructor

GoogleCloudApigeeV1Environment({
  1. String? apiProxyType,
  2. GoogleCloudApigeeV1EnvironmentClientIPResolutionConfig? clientIpResolutionConfig,
  3. String? createdAt,
  4. String? deploymentType,
  5. String? description,
  6. String? displayName,
  7. String? forwardProxyUri,
  8. bool? hasAttachedFlowHooks,
  9. String? lastModifiedAt,
  10. String? name,
  11. GoogleCloudApigeeV1NodeConfig? nodeConfig,
  12. GoogleCloudApigeeV1Properties? properties,
  13. String? state,
  14. String? type,
})

Implementation

GoogleCloudApigeeV1Environment({
  this.apiProxyType,
  this.clientIpResolutionConfig,
  this.createdAt,
  this.deploymentType,
  this.description,
  this.displayName,
  this.forwardProxyUri,
  this.hasAttachedFlowHooks,
  this.lastModifiedAt,
  this.name,
  this.nodeConfig,
  this.properties,
  this.state,
  this.type,
});