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.
28917 28918 28919 28920 |
# File 'lib/v20210820/models.rb', line 28917 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
28915 28916 28917 |
# File 'lib/v20210820/models.rb', line 28915 def Key @Key end |
#Value ⇒ Object
28915 28916 28917 |
# File 'lib/v20210820/models.rb', line 28915 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
28922 28923 28924 28925 |
# File 'lib/v20210820/models.rb', line 28922 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |