class Google::Apis::HomegraphV1::QueryRequestInput
Device
ID inputs to QueryRequest
.
Attributes
payload[RW]
Payload containing device IDs. Corresponds to the JSON property `payload` @return [Google::Apis::HomegraphV1::QueryRequestPayload]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/homegraph_v1/classes.rb, line 299 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 304 def update!(**args) @payload = args[:payload] if args.key?(:payload) end