GoogleCloudApigeeV1RevisionStatus constructor
GoogleCloudApigeeV1RevisionStatus({
- List<
GoogleCloudApigeeV1UpdateError> ? errors, - String? jsonSpec,
- int? replicas,
- String? revisionId,
Implementation
GoogleCloudApigeeV1RevisionStatus({
this.errors,
this.jsonSpec,
this.replicas,
this.revisionId,
});