Class: Google::Apis::AndroidmanagementV1::IssueCommandResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::IssueCommandResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidmanagement_v1/classes.rb,
lib/google/apis/androidmanagement_v1/representations.rb,
lib/google/apis/androidmanagement_v1/representations.rb
Overview
Response on issuing a command. This is currently empty as a placeholder.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IssueCommandResponse
constructor
A new instance of IssueCommandResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IssueCommandResponse
Returns a new instance of IssueCommandResponse.
2715 2716 2717 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2715 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2720 2721 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2720 def update!(**args) end |