Class: TencentCloud::Batch::V20170312::CommandLine
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::CommandLine
- Defined in:
- lib/v20170312/models.rb
Overview
任务执行信息描述。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(command = nil) ⇒ CommandLine
constructor
A new instance of CommandLine.
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
#Command ⇒ Object
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 |