Class: Google::Apis::AdminDirectoryV1::DirectoryChromeosdevicesIssueCommandResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::DirectoryChromeosdevicesIssueCommandResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/admin_directory_v1/classes.rb,
generated/google/apis/admin_directory_v1/representations.rb,
generated/google/apis/admin_directory_v1/representations.rb
Overview
A response for issuing a command.
Instance Attribute Summary collapse
-
#command_id ⇒ Fixnum
The unique ID of the issued command, used to retrieve the command status.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DirectoryChromeosdevicesIssueCommandResponse
constructor
A new instance of DirectoryChromeosdevicesIssueCommandResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DirectoryChromeosdevicesIssueCommandResponse
Returns a new instance of DirectoryChromeosdevicesIssueCommandResponse.
1501 1502 1503 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1501 def initialize(**args) update!(**args) end |
Instance Attribute Details
#command_id ⇒ Fixnum
The unique ID of the issued command, used to retrieve the command status.
Corresponds to the JSON property commandId
1499 1500 1501 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1499 def command_id @command_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1506 1507 1508 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1506 def update!(**args) @command_id = args[:command_id] if args.key?(:command_id) end |