Class: TencentCloud::Wedata::V20210820::Property
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::Property
- Defined in:
- lib/v20210820/models.rb
Overview
dlc建表属性
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ Property
constructor
A new instance of Property.
Constructor Details
#initialize(key = nil, value = nil) ⇒ Property
Returns a new instance of Property.
30448 30449 30450 30451 |
# File 'lib/v20210820/models.rb', line 30448 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
30446 30447 30448 |
# File 'lib/v20210820/models.rb', line 30446 def Key @Key end |
#Value ⇒ Object
30446 30447 30448 |
# File 'lib/v20210820/models.rb', line 30446 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
30453 30454 30455 30456 |
# File 'lib/v20210820/models.rb', line 30453 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |