Class ZoneStruct
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class ZoneStruct : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Label
Name of the zone.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ZoneId
Id of the zone
Declaration
[JsonProperty("zoneId")]
public virtual long? ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |