GoogleCloudRunV2TrafficTargetStatus class
Represents the observed state of a single TrafficTarget
entry.
Constructors
- GoogleCloudRunV2TrafficTargetStatus({int? percent, String? revision, String? tag, String? type, String? uri})
- GoogleCloudRunV2TrafficTargetStatus.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- percent ↔ int?
-
Specifies percent of the traffic to this Revision.
getter/setter pair
- revision ↔ String?
-
Revision to which this traffic is sent.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag ↔ String?
-
Indicates the string used in the URI to exclusively reference this target.
getter/setter pair
- type ↔ String?
-
The allocation type for this traffic target.
Possible string values are:
getter/setter pair
- uri ↔ String?
-
Displays the target URI.
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