Class: TencentCloud::Gs::V20191118::SyncExecuteCommandOnAndroidInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::SyncExecuteCommandOnAndroidInstancesRequest
- Defined in:
- lib/v20191118/models.rb
Overview
SyncExecuteCommandOnAndroidInstances请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(androidinstanceids = nil, command = nil) ⇒ SyncExecuteCommandOnAndroidInstancesRequest
constructor
A new instance of SyncExecuteCommandOnAndroidInstancesRequest.
Constructor Details
#initialize(androidinstanceids = nil, command = nil) ⇒ SyncExecuteCommandOnAndroidInstancesRequest
Returns a new instance of SyncExecuteCommandOnAndroidInstancesRequest.
4149 4150 4151 4152 |
# File 'lib/v20191118/models.rb', line 4149 def initialize(androidinstanceids=nil, command=nil) @AndroidInstanceIds = androidinstanceids @Command = command end |
Instance Attribute Details
#AndroidInstanceIds ⇒ Object
4147 4148 4149 |
# File 'lib/v20191118/models.rb', line 4147 def AndroidInstanceIds @AndroidInstanceIds end |
#Command ⇒ Object
4147 4148 4149 |
# File 'lib/v20191118/models.rb', line 4147 def Command @Command end |
Instance Method Details
#deserialize(params) ⇒ Object
4154 4155 4156 4157 |
# File 'lib/v20191118/models.rb', line 4154 def deserialize(params) @AndroidInstanceIds = params['AndroidInstanceIds'] @Command = params['Command'] end |