Class: TencentCloud::Wedata::V20210820::ExtParam
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::ExtParam
- Defined in:
- lib/v20210820/models.rb
Overview
扩展参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ ExtParam
constructor
A new instance of ExtParam.
Constructor Details
#initialize(key = nil, value = nil) ⇒ ExtParam
Returns a new instance of ExtParam.
20853 20854 20855 20856 |
# File 'lib/v20210820/models.rb', line 20853 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
20851 20852 20853 |
# File 'lib/v20210820/models.rb', line 20851 def Key @Key end |
#Value ⇒ Object
20851 20852 20853 |
# File 'lib/v20210820/models.rb', line 20851 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
20858 20859 20860 20861 |
# File 'lib/v20210820/models.rb', line 20858 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |