Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DashboardsResource

The "dashboards" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DashboardsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DashboardsResource

Constructors

DashboardsResource(IClientService)

Constructs a new resource.

Declaration
public DashboardsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Charts

Gets the Charts resource.

Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.ChartsResource Charts { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DashboardsResource.ChartsResource

Methods

Create(GoogleCloudContactcenterinsightsV1Dashboard, string)

Creates a Dashboard.

Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1Dashboard body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1Dashboard body

The body of the request.

string parent

Required. The parent resource of the dashboard.

Returns
Type Description
ProjectsResource.LocationsResource.DashboardsResource.CreateRequest

Delete(string)

Deletes a Dashboard.

Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the dashboard to delete.

Returns
Type Description
ProjectsResource.LocationsResource.DashboardsResource.DeleteRequest

Get(string)

Gets a Dashboard.

Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the dashboard to get.

Returns
Type Description
ProjectsResource.LocationsResource.DashboardsResource.GetRequest

List(string)

Lists Dashboards.

Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource of the dashboards.

Returns
Type Description
ProjectsResource.LocationsResource.DashboardsResource.ListRequest

Patch(GoogleCloudContactcenterinsightsV1Dashboard, string)

Updates a Dashboard.

Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1Dashboard body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1Dashboard body

The body of the request.

string name

Identifier. Dashboard resource name. Format: projects/{project}/locations/{location}/dashboards/{dashboard}

Returns
Type Description
ProjectsResource.LocationsResource.DashboardsResource.PatchRequest
In this article
Back to top Generated by DocFX