Table of Contents

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 IClientService
customerId string

Properties

CustomerId

Immutable ID of the G Suite account

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. Default is 100

public virtual int? MaxResults { get; set; }

Property Value

int?

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

OrderBy

Column to use for sorting results

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

Property Value

MobiledevicesResource.ListRequest.OrderByEnum?

PageToken

Token to specify next page in the list

public virtual string PageToken { get; set; }

Property Value

string

Projection

Restrict information returned to a set of selected fields.

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

Property Value

MobiledevicesResource.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. Only of use when orderBy is also used

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

Property Value

MobiledevicesResource.ListRequest.SortOrderEnum?

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()