Class: TencentCloud::Tse::V20201207::ConfigFileTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::ConfigFileTag
- Defined in:
- lib/v20201207/models.rb
Overview
配置文件标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ ConfigFileTag
constructor
A new instance of ConfigFileTag.
Constructor Details
#initialize(key = nil, value = nil) ⇒ ConfigFileTag
Returns a new instance of ConfigFileTag.
1629 1630 1631 1632 |
# File 'lib/v20201207/models.rb', line 1629 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
1627 1628 1629 |
# File 'lib/v20201207/models.rb', line 1627 def Key @Key end |
#Value ⇒ Object
1627 1628 1629 |
# File 'lib/v20201207/models.rb', line 1627 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1634 1635 1636 1637 |
# File 'lib/v20201207/models.rb', line 1634 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |