Class: TencentCloud::Batch::V20170312::CommandLine

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

Overview

任务执行信息描述。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(command = nil) ⇒ CommandLine

Returns a new instance of CommandLine.



253
254
255
# File 'lib/v20170312/models.rb', line 253

def initialize(command=nil)
  @Command = command
end

Instance Attribute Details

#CommandObject

Parameters:

  • Command:

    任务执行命令。



251
252
253
# File 'lib/v20170312/models.rb', line 251

def Command
  @Command
end

Instance Method Details

#deserialize(params) ⇒ Object



257
258
259
# File 'lib/v20170312/models.rb', line 257

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