Class Result
Result of reporting state and notifications for a single device.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class Result : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HomeTraitCommitTime
object representation of HomeTraitCommitTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use HomeTraitCommitTimeDateTimeOffset instead.")]
public virtual object HomeTraitCommitTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
HomeTraitCommitTimeDateTimeOffset
DateTimeOffset representation of HomeTraitCommitTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? HomeTraitCommitTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
HomeTraitCommitTimeRaw
The trait commit timestamp of the state update in Home Graph.
Declaration
[JsonProperty("homeTraitCommitTime")]
public virtual string HomeTraitCommitTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |