Class CustomersResource.ReportsResource.CountDevicesPerReleaseChannelRequest
Get a count of devices per channel.
Inheritance
CustomersResource.ReportsResource.CountDevicesPerReleaseChannelRequest
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ReportsResource.CountDevicesPerReleaseChannelRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse>, IClientServiceRequest<GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse>, IClientServiceRequest
Constructors
CountDevicesPerReleaseChannelRequest(IClientService, string)
Constructs a new CountDevicesPerReleaseChannel request.
Declaration
public CountDevicesPerReleaseChannelRequest(IClientService service, string customer)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | customer |
Properties
Customer
Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer".
Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
| Type | Description |
|---|---|
| string |
DateDay
Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
Declaration
[RequestParameter("date.day", RequestParameterType.Query)]
public virtual int? DateDay { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
DateMonth
Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
Declaration
[RequestParameter("date.month", RequestParameterType.Query)]
public virtual int? DateMonth { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
DateYear
Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Declaration
[RequestParameter("date.year", RequestParameterType.Query)]
public virtual int? DateYear { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes CountDevicesPerReleaseChannel parameter list.
Declaration
protected override void InitParameters()