Class: TencentCloud::Batch::V20170312::OutputMappingConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::OutputMappingConfig
- Defined in:
- lib/v20170312/models.rb
Overview
输出映射配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(scene = nil, workernum = nil, workerpartsize = nil) ⇒ OutputMappingConfig
constructor
A new instance of OutputMappingConfig.
Constructor Details
#initialize(scene = nil, workernum = nil, workerpartsize = nil) ⇒ OutputMappingConfig
Returns a new instance of OutputMappingConfig.
3311 3312 3313 3314 3315 |
# File 'lib/v20170312/models.rb', line 3311 def initialize(scene=nil, workernum=nil, workerpartsize=nil) @Scene = scene @WorkerNum = workernum @WorkerPartSize = workerpartsize end |
Instance Attribute Details
#Scene ⇒ Object
3309 3310 3311 |
# File 'lib/v20170312/models.rb', line 3309 def Scene @Scene end |
#WorkerNum ⇒ Object
3309 3310 3311 |
# File 'lib/v20170312/models.rb', line 3309 def WorkerNum @WorkerNum end |
#WorkerPartSize ⇒ Object
3309 3310 3311 |
# File 'lib/v20170312/models.rb', line 3309 def WorkerPartSize @WorkerPartSize end |
Instance Method Details
#deserialize(params) ⇒ Object
3317 3318 3319 3320 3321 |
# File 'lib/v20170312/models.rb', line 3317 def deserialize(params) @Scene = params['Scene'] @WorkerNum = params['WorkerNum'] @WorkerPartSize = params['WorkerPartSize'] end |