Class: TencentCloud::Gs::V20191118::SyncExecuteCommandOnAndroidInstancesRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191118/models.rb

Overview

SyncExecuteCommandOnAndroidInstances请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(androidinstanceids = nil, command = nil) ⇒ SyncExecuteCommandOnAndroidInstancesRequest

Returns a new instance of SyncExecuteCommandOnAndroidInstancesRequest.



4647
4648
4649
4650
# File 'lib/v20191118/models.rb', line 4647

def initialize(androidinstanceids=nil, command=nil)
  @AndroidInstanceIds = androidinstanceids
  @Command = command
end

Instance Attribute Details

#AndroidInstanceIdsObject

Parameters:

  • AndroidInstanceIds:

    安卓实例 ID 列表

  • Command:

    shell 命令,必须是1秒内能自动结束的命令



4645
4646
4647
# File 'lib/v20191118/models.rb', line 4645

def AndroidInstanceIds
  @AndroidInstanceIds
end

#CommandObject

Parameters:

  • AndroidInstanceIds:

    安卓实例 ID 列表

  • Command:

    shell 命令,必须是1秒内能自动结束的命令



4645
4646
4647
# File 'lib/v20191118/models.rb', line 4645

def Command
  @Command
end

Instance Method Details

#deserialize(params) ⇒ Object



4652
4653
4654
4655
# File 'lib/v20191118/models.rb', line 4652

def deserialize(params)
  @AndroidInstanceIds = params['AndroidInstanceIds']
  @Command = params['Command']
end