Class: TencentCloud::Dts::V20211206::TagItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::TagItem
- Defined in:
- lib/v20211206/models.rb
Overview
标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagItem
constructor
A new instance of TagItem.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagItem
Returns a new instance of TagItem.
7860 7861 7862 7863 |
# File 'lib/v20211206/models.rb', line 7860 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
7858 7859 7860 |
# File 'lib/v20211206/models.rb', line 7858 def TagKey @TagKey end |
#TagValue ⇒ Object
7858 7859 7860 |
# File 'lib/v20211206/models.rb', line 7858 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
7865 7866 7867 7868 |
# File 'lib/v20211206/models.rb', line 7865 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |