Class MobileDevices
- 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
Kind
Kind of resource this is.
public virtual string Kind { get; set; }
Property Value
Mobiledevices
List of Mobile Device objects.
public virtual IList<MobileDevice> Mobiledevices { get; set; }
Property Value
NextPageToken
Token used to access next page of this result.
public virtual string NextPageToken { get; set; }