Class: TencentCloud::Cfw::V20190904::TagInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::TagInfo
- Defined in:
- lib/v20190904/models.rb
Overview
标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo
constructor
A new instance of TagInfo.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo
Returns a new instance of TagInfo.
9532 9533 9534 9535 |
# File 'lib/v20190904/models.rb', line 9532 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
9530 9531 9532 |
# File 'lib/v20190904/models.rb', line 9530 def TagKey @TagKey end |
#TagValue ⇒ Object
9530 9531 9532 |
# File 'lib/v20190904/models.rb', line 9530 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
9537 9538 9539 9540 |
# File 'lib/v20190904/models.rb', line 9537 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |