Class CustomersResource.ReportsResource.CountChromeHardwareFleetDevicesRequest
Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947
Inheritance
CustomersResource.ReportsResource.CountChromeHardwareFleetDevicesRequest
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ReportsResource.CountChromeHardwareFleetDevicesRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse>, IClientServiceRequest<GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse>, IClientServiceRequest
Constructors
CountChromeHardwareFleetDevicesRequest(IClientService, string)
Constructs a new CountChromeHardwareFleetDevices request.
Declaration
public CountChromeHardwareFleetDevicesRequest(IClientService service, string customer)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | customer |
Properties
Customer
Required. The customer ID or "my_customer".
Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type | Description |
---|---|
string |
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
OrgUnitId
Optional. The ID of the organizational unit. If omitted, all data will be returned.
Declaration
[RequestParameter("orgUnitId", RequestParameterType.Query)]
public virtual string OrgUnitId { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadMask
Required. Mask of the fields that should be populated in the returned report.
Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type | Description |
---|---|
object |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes CountChromeHardwareFleetDevices parameter list.
Declaration
protected override void InitParameters()