Class: TencentCloud::Tcm::V20210413::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcm::V20210413::Tag
- Defined in:
- lib/v20210413/models.rb
Overview
标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil, passthrough = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(key = nil, value = nil, passthrough = nil) ⇒ Tag
Returns a new instance of Tag.
2020 2021 2022 2023 2024 |
# File 'lib/v20210413/models.rb', line 2020 def initialize(key=nil, value=nil, passthrough=nil) @Key = key @Value = value @Passthrough = passthrough end |
Instance Attribute Details
#Key ⇒ Object
2018 2019 2020 |
# File 'lib/v20210413/models.rb', line 2018 def Key @Key end |
#Passthrough ⇒ Object
2018 2019 2020 |
# File 'lib/v20210413/models.rb', line 2018 def Passthrough @Passthrough end |
#Value ⇒ Object
2018 2019 2020 |
# File 'lib/v20210413/models.rb', line 2018 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2026 2027 2028 2029 2030 |
# File 'lib/v20210413/models.rb', line 2026 def deserialize(params) @Key = params['Key'] @Value = params['Value'] @Passthrough = params['Passthrough'] end |