GoogleCloudContactcenterinsightsV1View class

The View resource.

Constructors

GoogleCloudContactcenterinsightsV1View({String? createTime, String? displayName, String? name, String? updateTime, String? value})
GoogleCloudContactcenterinsightsV1View.fromJson(Map json_)

Properties

createTime String?
The time at which this view was created.
getter/setter pair
displayName String?
The human-readable display name of the view.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The most recent time at which the view was updated.
getter/setter pair
value String?
String with specific view properties, must be non-empty.
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