Class: TencentCloud::Wedata::V20210820::IntegrationTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::IntegrationTag
- 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) ⇒ IntegrationTag
constructor
A new instance of IntegrationTag.
Constructor Details
#initialize(key = nil, value = nil) ⇒ IntegrationTag
Returns a new instance of IntegrationTag.
24657 24658 24659 24660 |
# File 'lib/v20210820/models.rb', line 24657 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
24655 24656 24657 |
# File 'lib/v20210820/models.rb', line 24655 def Key @Key end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
24655 24656 24657 |
# File 'lib/v20210820/models.rb', line 24655 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
24662 24663 24664 24665 |
# File 'lib/v20210820/models.rb', line 24662 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |