GoogleCloudApigeeV1RevisionStatus constructor

GoogleCloudApigeeV1RevisionStatus({
  1. List<GoogleCloudApigeeV1UpdateError>? errors,
  2. String? jsonSpec,
  3. int? replicas,
  4. String? revisionId,
})

Implementation

GoogleCloudApigeeV1RevisionStatus({
  this.errors,
  this.jsonSpec,
  this.replicas,
  this.revisionId,
});