GoogleCloudContactcenterinsightsV1Widget class
Represents a dashboard element, could be a nested Container or Chart.
Constructors
- GoogleCloudContactcenterinsightsV1Widget({GoogleCloudContactcenterinsightsV1Chart? chart, String? chartReference, GoogleCloudContactcenterinsightsV1Container? container, String? filter})
- GoogleCloudContactcenterinsightsV1Widget.fromJson(Map json_)
Properties
- chart ↔ GoogleCloudContactcenterinsightsV1Chart?
-
A chart widget.
getter/setter pair
- chartReference ↔ String?
-
A reference to a chart widget.
getter/setter pair
- container ↔ GoogleCloudContactcenterinsightsV1Container?
-
A container widget.
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
- 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