GoogleCloudApigeeV1ResourceStatus class
The status of a resource loaded in the runtime.
Constructors
-
GoogleCloudApigeeV1ResourceStatus({String? resource, List<
GoogleCloudApigeeV1RevisionStatus> ? revisions, int? totalReplicas, String? uid}) - GoogleCloudApigeeV1ResourceStatus.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource ↔ String?
-
The resource name.
getter/setter pair
-
revisions
↔ List<
GoogleCloudApigeeV1RevisionStatus> ? -
Revisions of the resource currently deployed in the instance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalReplicas ↔ int?
-
The total number of replicas that should have this resource.
getter/setter pair
- uid ↔ String?
-
The uid of the resource.
getter/setter pair
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