Show / Hide Table of Contents

Class Result

Result of reporting state and notifications for a single device.

Inheritance
object
Result
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX