Class: Google::Apis::AdminDirectoryV1::DirectoryChromeosdevicesIssueCommandResponse

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

Overview

A response for issuing a command.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DirectoryChromeosdevicesIssueCommandResponse

Returns a new instance of DirectoryChromeosdevicesIssueCommandResponse.



2235
2236
2237
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2235

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

Instance Attribute Details

#command_idFixnum

The unique ID of the issued command, used to retrieve the command status. Corresponds to the JSON property commandId

Returns:

  • (Fixnum)


2233
2234
2235
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2233

def command_id
  @command_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2240
2241
2242
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2240

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