GoogleCloudApigeeV1RevisionStatus class
The status of a specific resource revision.
Constructors
-
GoogleCloudApigeeV1RevisionStatus({List<
GoogleCloudApigeeV1UpdateError> ? errors, String? jsonSpec, int? replicas, String? revisionId}) - GoogleCloudApigeeV1RevisionStatus.fromJson(Map json_)
Properties
-
errors
↔ List<
GoogleCloudApigeeV1UpdateError> ? -
Errors reported when attempting to load this revision.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsonSpec ↔ String?
-
The json content of the resource revision.
getter/setter pair
- replicas ↔ int?
-
The number of replicas that have successfully loaded this revision.
getter/setter pair
- revisionId ↔ String?
-
The revision of the resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited