class Google::Apis::HomegraphV1::QueryRequestPayload
Payload containing device IDs.
Attributes
devices[RW]
Third-party device IDs for which to get the device states. Corresponds to the JSON property `devices` @return [Array<Google::Apis::HomegraphV1::AgentDeviceId>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/homegraph_v1/classes.rb, line 318 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/homegraph_v1/classes.rb, line 323 def update!(**args) @devices = args[:devices] if args.key?(:devices) end