GoogleCloudApigeeV1ResourceStatus constructor
GoogleCloudApigeeV1ResourceStatus({
- String? resource,
- List<
GoogleCloudApigeeV1RevisionStatus> ? revisions, - int? totalReplicas,
- String? uid,
Implementation
GoogleCloudApigeeV1ResourceStatus({
this.resource,
this.revisions,
this.totalReplicas,
this.uid,
});