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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/smartdevicemanagement_v1/classes.rb,
lib/google/apis/smartdevicemanagement_v1/representations.rb,
lib/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.



108
109
110
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 108

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>)


106
107
108
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 106

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



113
114
115
# File 'lib/google/apis/smartdevicemanagement_v1/classes.rb', line 113

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