Show / Hide Table of Contents

Class GoogleHomeEnterpriseSdmV1ListDevicesResponse

Response message for SmartDeviceManagementService.ListDevices

Inheritance
object
GoogleHomeEnterpriseSdmV1ListDevicesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX