GoogleCloudApigeeV1Environment constructor

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

Implementation

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