Class: TencentCloud::Wedata::V20210820::GeneralTaskParam
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::GeneralTaskParam
- Defined in:
- lib/v20210820/models.rb
Overview
Spark SQL配置参数
Instance Attribute Summary collapse
-
#Type ⇒ Object
分割.
-
#Value ⇒ Object
分割.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, value = nil) ⇒ GeneralTaskParam
constructor
A new instance of GeneralTaskParam.
Constructor Details
#initialize(type = nil, value = nil) ⇒ GeneralTaskParam
Returns a new instance of GeneralTaskParam.
21612 21613 21614 21615 |
# File 'lib/v20210820/models.rb', line 21612 def initialize(type=nil, value=nil) @Type = type @Value = value end |
Instance Attribute Details
#Type ⇒ Object
分割
21610 21611 21612 |
# File 'lib/v20210820/models.rb', line 21610 def Type @Type end |
#Value ⇒ Object
分割
21610 21611 21612 |
# File 'lib/v20210820/models.rb', line 21610 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
21617 21618 21619 21620 |
# File 'lib/v20210820/models.rb', line 21617 def deserialize(params) @Type = params['Type'] @Value = params['Value'] end |