Class TraitData
Contains the trait payload for a single trait.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class TraitData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Trait
Optional. The Home API trait payload.
Declaration
[JsonProperty("trait")]
public virtual IDictionary<string, object> Trait { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |