Class: TencentCloud::Ses::V20201002::TagList
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::TagList
- Defined in:
- lib/v20201002/models.rb
Overview
标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagList
constructor
A new instance of TagList.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagList
Returns a new instance of TagList.
2149 2150 2151 2152 |
# File 'lib/v20201002/models.rb', line 2149 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
2147 2148 2149 |
# File 'lib/v20201002/models.rb', line 2147 def TagKey @TagKey end |
#TagValue ⇒ Object
2147 2148 2149 |
# File 'lib/v20201002/models.rb', line 2147 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
2154 2155 2156 2157 |
# File 'lib/v20201002/models.rb', line 2154 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |