ProjectsLocationsDashboardsResource class

Constructors

ProjectsLocationsDashboardsResource(ApiRequester client)

Properties

charts ProjectsLocationsDashboardsChartsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudContactcenterinsightsV1Dashboard request, String parent, {String? dashboardId, String? $fields}) Future<GoogleCloudContactcenterinsightsV1Dashboard>
Creates a Dashboard.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a Dashboard.
get(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1Dashboard>
Gets a Dashboard.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListDashboardsResponse>
Lists Dashboards.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContactcenterinsightsV1Dashboard request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudContactcenterinsightsV1Dashboard>
Updates a Dashboard.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited