GoogleCloudContactcenterinsightsV1Dashboard class
Configurable dashboard
Constructors
- GoogleCloudContactcenterinsightsV1Dashboard({String? createTime, GoogleCloudContactcenterinsightsV1DateRangeConfig? dateRangeConfig, String? description, String? displayName, String? filter, String? name, bool? readOnly, GoogleCloudContactcenterinsightsV1Container? rootContainer, String? updateTime})
- GoogleCloudContactcenterinsightsV1Dashboard.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Dashboard creation time.
getter/setter pair
- dateRangeConfig ↔ GoogleCloudContactcenterinsightsV1DateRangeConfig?
-
Date range config applied to all charts in the dashboard.
getter/setter pair
- description ↔ String?
-
Dashboard description
getter/setter pair
- displayName ↔ String?
-
User provided display name of the dashboard.
getter/setter pair
- filter ↔ String?
-
Filter applied to all charts in the dashboard.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- readOnly ↔ bool?
-
Whether the dashboard is read-only.
getter/setter pair
- rootContainer ↔ GoogleCloudContactcenterinsightsV1Container?
-
The dashboard's root widget container.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Dashboard last update time.
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