GoogleCloudApigeeV1Environment constructor
GoogleCloudApigeeV1Environment({
- String? apiProxyType,
- String? createdAt,
- String? deploymentType,
- String? description,
- String? displayName,
- String? forwardProxyUri,
- bool? hasAttachedFlowHooks,
- String? lastModifiedAt,
- String? name,
- GoogleCloudApigeeV1NodeConfig? nodeConfig,
- GoogleCloudApigeeV1Properties? properties,
- String? state,
- 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,
});