Show / Hide Table of Contents

Class ComponentTraitUpdates

Contains the set of updates for a component.

Inheritance
object
ComponentTraitUpdates
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 ComponentTraitUpdates : IDirectResponseSchema

Properties

ComponentId

Required. ID of the component from the device provider.

Declaration
[JsonProperty("componentId")]
public virtual string ComponentId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TraitData

Required. The updated trait data for the component.

Declaration
[JsonProperty("traitData")]
public virtual IList<TraitData> TraitData { get; set; }
Property Value
Type Description
IList<TraitData>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX