Class CustomerResource.DevicesResource.ChromeosResource.CountChromeOsDevicesRequest
Counts ChromeOS devices matching the request.
Inheritance
CustomerResource.DevicesResource.ChromeosResource.CountChromeOsDevicesRequest
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class CustomerResource.DevicesResource.ChromeosResource.CountChromeOsDevicesRequest : DirectoryBaseServiceRequest<CountChromeOsDevicesResponse>, IClientServiceRequest<CountChromeOsDevicesResponse>, IClientServiceRequest
Constructors
CountChromeOsDevicesRequest(IClientService, string)
Constructs a new CountChromeOsDevices request.
Declaration
public CountChromeOsDevicesRequest(IClientService service, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | customerId |
Properties
CustomerId
Required. Immutable ID of the Google Workspace account.
Declaration
[RequestParameter("customerId", RequestParameterType.Path)]
public virtual string CustomerId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
Optional. Search string in the format given at https://developers.google.com/workspace/admin/directory/v1/list-query-operators
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
IncludeChildOrgunits
Optional. Return devices from all child orgunits, as well as the specified org unit. If this is set to true, 'orgUnitPath' must be provided.
Declaration
[RequestParameter("includeChildOrgunits", RequestParameterType.Query)]
public virtual bool? IncludeChildOrgunits { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
OrgUnitPath
Optional. The full path of the organizational unit (minus the leading /) or its unique ID.
Declaration
[RequestParameter("orgUnitPath", RequestParameterType.Query)]
public virtual string OrgUnitPath { get; set; }
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 CountChromeOsDevices parameter list.
Declaration
protected override void InitParameters()