Class: Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/smartdevicemanagement_v1/classes.rb,
generated/google/apis/smartdevicemanagement_v1/representations.rb,
generated/google/apis/smartdevicemanagement_v1/representations.rb

Overview

Response message for SmartDeviceManagementService.ExecuteDeviceCommand

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse

Returns a new instance of GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse.



102
103
104
# File 'generated/google/apis/smartdevicemanagement_v1/classes.rb', line 102

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resultsHash<String,Object>

The results of executing the command. Corresponds to the JSON property results

Returns:

  • (Hash<String,Object>)


100
101
102
# File 'generated/google/apis/smartdevicemanagement_v1/classes.rb', line 100

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



107
108
109
# File 'generated/google/apis/smartdevicemanagement_v1/classes.rb', line 107

def update!(**args)
  @results = args[:results] if args.key?(:results)
end