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