Class StructurePresenceStateChangeEvent
Sent when the structure presence state changes.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class StructurePresenceStateChangeEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PresenceState
Required. Specifies the presence state.
Declaration
[JsonProperty("presenceState")]
public virtual string PresenceState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
Optional. Specifies the presence state change reason.
Declaration
[JsonProperty("reason")]
public virtual StructurePresenceStateChangeReasonStruct Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| StructurePresenceStateChangeReasonStruct |