GoogleCloudDialogflowV2EnvironmentHistoryEntry class
Represents an environment history entry.
Constructors
- GoogleCloudDialogflowV2EnvironmentHistoryEntry({String? agentVersion, String? createTime, String? description})
- GoogleCloudDialogflowV2EnvironmentHistoryEntry.fromJson(Map json_)
Properties
- agentVersion ↔ String?
-
The agent version loaded into this environment history entry.
getter/setter pair
- createTime ↔ String?
-
The creation time of this environment history entry.
getter/setter pair
- description ↔ String?
-
The developer-provided description for this environment history entry.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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