Table of Contents

Class ChromeosdevicesResource.ListRequest

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Retrieves a paginated list of Chrome OS devices within an account.

public class ChromeosdevicesResource.ListRequest : DirectoryBaseServiceRequest<ChromeOsDevices>
Inheritance
ChromeosdevicesResource.ListRequest
Inherited Members

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

public ListRequest(IClientService service, string customerId)

Parameters

service IClientService
customerId string

Properties

CustomerId

The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the my_customer alias to represent your account's customerId. The customerId is also returned as part of the Users resource.

public virtual string CustomerId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MaxResults

Maximum number of results to return.

public virtual int? MaxResults { get; set; }

Property Value

int?

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

OrderBy

Device property to use for sorting results.

public virtual ChromeosdevicesResource.ListRequest.OrderByEnum? OrderBy { get; set; }

Property Value

ChromeosdevicesResource.ListRequest.OrderByEnum?

OrgUnitPath

The full path of the organizational unit or its unique ID.

public virtual string OrgUnitPath { get; set; }

Property Value

string

PageToken

The pageToken query parameter is used to request the next page of query results. The follow-on request's pageToken query parameter is the nextPageToken from your previous response.

public virtual string PageToken { get; set; }

Property Value

string

Projection

Restrict information returned to a set of selected fields.

public virtual ChromeosdevicesResource.ListRequest.ProjectionEnum? Projection { get; set; }

Property Value

ChromeosdevicesResource.ListRequest.ProjectionEnum?

Query

public virtual string Query { get; set; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

SortOrder

Whether to return results in ascending or descending order. Must be used with the orderBy parameter.

public virtual ChromeosdevicesResource.ListRequest.SortOrderEnum? SortOrder { get; set; }

Property Value

ChromeosdevicesResource.ListRequest.SortOrderEnum?

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()