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
IClientServicecustomerId
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
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
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
OrderBy
Device property to use for sorting results.
public virtual ChromeosdevicesResource.ListRequest.OrderByEnum? OrderBy { get; set; }
Property Value
OrgUnitPath
The full path of the organizational unit or its unique ID.
public virtual string OrgUnitPath { get; set; }
Property Value
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
Projection
Restrict information returned to a set of selected fields.
public virtual ChromeosdevicesResource.ListRequest.ProjectionEnum? Projection { get; set; }
Property Value
Query
Search string in the format given at http://support.google.com/chromeos/a/bin/answer.py?answer=1698333
public virtual string Query { get; set; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
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
Methods
InitParameters()
Initializes List parameter list.
protected override void InitParameters()