Class: TencentCloud::Wedata::V20210820::TableMetaProperty
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::TableMetaProperty
- Defined in:
- lib/v20210820/models.rb
Overview
表附加信息
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ TableMetaProperty
constructor
A new instance of TableMetaProperty.
Constructor Details
#initialize(key = nil, value = nil) ⇒ TableMetaProperty
Returns a new instance of TableMetaProperty.
37442 37443 37444 37445 |
# File 'lib/v20210820/models.rb', line 37442 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
37440 37441 37442 |
# File 'lib/v20210820/models.rb', line 37440 def Key @Key end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
37440 37441 37442 |
# File 'lib/v20210820/models.rb', line 37440 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
37447 37448 37449 37450 |
# File 'lib/v20210820/models.rb', line 37447 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |