GoogleCloudDialogflowCxV3Deployment class
Represents a deployment in an environment.
A deployment happens when a flow version configured to be active in the environment. You can configure running pre-deployment steps, e.g. running validation test cases, experiment auto-rollout, etc.
Constructors
- GoogleCloudDialogflowCxV3Deployment({String? endTime, String? flowVersion, String? name, GoogleCloudDialogflowCxV3DeploymentResult? result, String? startTime, String? state})
- GoogleCloudDialogflowCxV3Deployment.fromJson(Map json_)
Properties
- endTime ↔ String?
-
End time of this deployment.
getter/setter pair
- flowVersion ↔ String?
-
The name of the flow version for this deployment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the deployment.
getter/setter pair
- result ↔ GoogleCloudDialogflowCxV3DeploymentResult?
-
Result of the deployment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Start time of this deployment.
getter/setter pair
- state ↔ String?
-
The current state of the deployment.
Possible string values are:
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