Class MobiledevicesResource.ListRequest
- Namespace
- Google.Apis.Admin.Directory.directory_v1
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Retrieve all Mobile Devices of a customer (paginated)
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
Immutable ID of the G Suite account
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. Default is 100
public virtual int? MaxResults { get; set; }
Property Value
- int?
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
OrderBy
Column 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 http://support.google.com/a/bin/answer.py?hl=en=1408863#search
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. Only of use when orderBy is also used
public virtual MobiledevicesResource.ListRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Methods
InitParameters()
Initializes List parameter list.
protected override void InitParameters()