class Google::Apis::SmartdevicemanagementV1::GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse

Response message for SmartDeviceManagementService.ExecuteDeviceCommand

Attributes

results[RW]

The results of executing the command. Corresponds to the JSON property `results` @return [Hash<String,Object>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/smartdevicemanagement_v1/classes.rb, line 102
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/smartdevicemanagement_v1/classes.rb, line 107
def update!(**args)
  @results = args[:results] if args.key?(:results)
end