GoogleCloudContactcenterinsightsV1Container class
Configurable dashboard's container.
Container can contain multiple widgets.
Constructors
-
GoogleCloudContactcenterinsightsV1Container({String? containerId, GoogleCloudContactcenterinsightsV1DateRangeConfig? dateRangeConfig, String? description, String? displayName, String? filter, int? height, List<
GoogleCloudContactcenterinsightsV1Widget> ? widgets, int? width}) - GoogleCloudContactcenterinsightsV1Container.fromJson(Map json_)
Properties
- containerId ↔ String?
-
Unique ID for the container.
getter/setter pair
- dateRangeConfig ↔ GoogleCloudContactcenterinsightsV1DateRangeConfig?
-
Date range config applied to all charts in the container.
getter/setter pair
- description ↔ String?
-
Container description
getter/setter pair
- displayName ↔ String?
-
User provided display name of the Container.
getter/setter pair
- filter ↔ String?
-
Filter applied to all charts in the container.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int?
-
The height of the container in grid units.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
widgets
↔ List<
GoogleCloudContactcenterinsightsV1Widget> ? -
Widgets in the Container.
getter/setter pair
- width ↔ int?
-
The width of the container in grid units.
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