Class DevicesListResponse
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class DevicesListResponse : IDirectResponseSchema
Properties
Device
A managed device.
Declaration
[JsonProperty("device")]
public virtual IList<Device> Device { get; set; }
Property Value
Type | Description |
---|---|
IList<Device> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |