Class MobiledevicesResource.ListRequest
- Namespace
- Google.Apis.Admin.Directory.directory_v1
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Retrieves a paginated list of all mobile devices for an account.
public class MobiledevicesResource.ListRequest : DirectoryBaseServiceRequest<MobileDevices>
- Inheritance
-
MobiledevicesResource.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. Max allowed value is 100.
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 MobiledevicesResource.ListRequest.OrderByEnum? OrderBy { get; set; }
Property Value
PageToken
Token to specify next page in the list
public virtual string PageToken { get; set; }
Property Value
Projection
Restrict information returned to a set of selected fields.
public virtual MobiledevicesResource.ListRequest.ProjectionEnum? Projection { get; set; }
Property Value
Query
Search string in the format given at https://developers.google.com/admin-sdk/directory/v1/search-operators
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 MobiledevicesResource.ListRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Methods
InitParameters()
Initializes List parameter list.
protected override void InitParameters()