Class ProjectsResource.LocationsResource.QueryContactCenterQuotaRequest
Queries the contact center quota, an aggregation over all the projects, that belongs to the billing account, which the input project belongs to.
Inheritance
ProjectsResource.LocationsResource.QueryContactCenterQuotaRequest
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.QueryContactCenterQuotaRequest : CCAIPlatformBaseServiceRequest<ContactCenterQuota>, IClientServiceRequest<ContactCenterQuota>, IClientServiceRequest
Constructors
QueryContactCenterQuotaRequest(IClientService, string)
Constructs a new QueryContactCenterQuota request.
Declaration
public QueryContactCenterQuotaRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Parent project resource id.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes QueryContactCenterQuota parameter list.
Declaration
protected override void InitParameters()