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.
20788 20789 20790 20791 |
# File 'lib/v20210820/models.rb', line 20788 def initialize(type=nil, value=nil) @Type = type @Value = value end |
Instance Attribute Details
#Type ⇒ Object
分割
20786 20787 20788 |
# File 'lib/v20210820/models.rb', line 20786 def Type @Type end |
#Value ⇒ Object
分割
20786 20787 20788 |
# File 'lib/v20210820/models.rb', line 20786 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
20793 20794 20795 20796 |
# File 'lib/v20210820/models.rb', line 20793 def deserialize(params) @Type = params['Type'] @Value = params['Value'] end |