Show / Hide Table of Contents

Class GoogleHomeEnterpriseSdmV1ListStructuresResponse

Response message for SmartDeviceManagementService.ListStructures

Inheritance
object
GoogleHomeEnterpriseSdmV1ListStructuresResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX