Class: Google::Apis::HomegraphV1::RequestSyncDevicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::HomegraphV1::RequestSyncDevicesResponse
- 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
Response type for the RequestSyncDevices
call. Intentionally empty upon success.
An HTTP response code is returned with more details upon failure.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RequestSyncDevicesResponse
constructor
A new instance of RequestSyncDevicesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RequestSyncDevicesResponse
Returns a new instance of RequestSyncDevicesResponse.
512 513 514 |
# File 'generated/google/apis/homegraph_v1/classes.rb', line 512 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
517 518 |
# File 'generated/google/apis/homegraph_v1/classes.rb', line 517 def update!(**args) end |