GoogleCloudApigeeV1ResourceStatus constructor

GoogleCloudApigeeV1ResourceStatus({
  1. String? resource,
  2. List<GoogleCloudApigeeV1RevisionStatus>? revisions,
  3. int? totalReplicas,
  4. String? uid,
})

Implementation

GoogleCloudApigeeV1ResourceStatus({
  this.resource,
  this.revisions,
  this.totalReplicas,
  this.uid,
});