Show / Hide Table of Contents

Class GoogleHomeEnterpriseSdmV1Structure

Structure resource represents an instance of enterprise managed home or hotel room.

Inheritance
object
GoogleHomeEnterpriseSdmV1Structure
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 GoogleHomeEnterpriseSdmV1Structure : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Output only. The resource name of the structure. For example: "enterprises/XYZ/structures/ABC".

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Traits

Structure traits.

Declaration
[JsonProperty("traits")]
public virtual IDictionary<string, object> Traits { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX