Table of Contents

Class MobileDevices

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

JSON response template for List Mobile Devices operation in Directory API.

public class MobileDevices : IDirectResponseSchema
Inheritance
MobileDevices
Implements
IDirectResponseSchema
Inherited Members

Constructors

MobileDevices()

public MobileDevices()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Kind

Kind of resource this is.

public virtual string Kind { get; set; }

Property Value

string

Mobiledevices

List of Mobile Device objects.

public virtual IList<MobileDevice> Mobiledevices { get; set; }

Property Value

IList<MobileDevice>

NextPageToken

Token used to access next page of this result.

public virtual string NextPageToken { get; set; }

Property Value

string