Class: Google::Apis::HomegraphV1::AgentDeviceId
- Inherits:
-
Object
- Object
- Google::Apis::HomegraphV1::AgentDeviceId
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/homegraph_v1/classes.rb,
generated/google/apis/homegraph_v1/representations.rb,
generated/google/apis/homegraph_v1/representations.rb
Overview
Third-party device ID for one device.
Instance Attribute Summary collapse
-
#id ⇒ String
Third-party device ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AgentDeviceId
constructor
A new instance of AgentDeviceId.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AgentDeviceId
Returns a new instance of AgentDeviceId.
34 35 36 |
# File 'generated/google/apis/homegraph_v1/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
Third-party device ID.
Corresponds to the JSON property id
32 33 34 |
# File 'generated/google/apis/homegraph_v1/classes.rb', line 32 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'generated/google/apis/homegraph_v1/classes.rb', line 39 def update!(**args) @id = args[:id] if args.key?(:id) end |