Class GoogleHomeEnterpriseSdmV1ListDevicesResponse
Response message for SmartDeviceManagementService.ListDevices
Implements
Inherited Members
Namespace: Google.Apis.SmartDeviceManagement.v1.Data
Assembly: Google.Apis.SmartDeviceManagement.v1.dll
Syntax
public class GoogleHomeEnterpriseSdmV1ListDevicesResponse : IDirectResponseSchema
Properties
Devices
The list of devices.
Declaration
[JsonProperty("devices")]
public virtual IList<GoogleHomeEnterpriseSdmV1Device> Devices { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleHomeEnterpriseSdmV1Device> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |