GoogleCloudDialogflowCxV3RolloutState class
State of the auto-rollout process.
Constructors
- GoogleCloudDialogflowCxV3RolloutState({String? startTime, String? step, int? stepIndex})
- GoogleCloudDialogflowCxV3RolloutState.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Start time of the current step.
getter/setter pair
- step ↔ String?
-
Display name of the current auto rollout step.
getter/setter pair
- stepIndex ↔ int?
-
Index of the current step in the auto rollout steps list.
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