class Google::Apis::AdminDirectoryV1::DirectoryChromeosdevicesIssueCommandResponse

A response for issuing a command.

Attributes

command_id[RW]

The unique ID of the issued command, used to retrieve the command status. Corresponds to the JSON property `commandId` @return [Fixnum]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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