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.
10700 10701 10702 10703 |
# File 'lib/v20190904/models.rb', line 10700 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
10698 10699 10700 |
# File 'lib/v20190904/models.rb', line 10698 def TagKey @TagKey end |
#TagValue ⇒ Object
10698 10699 10700 |
# File 'lib/v20190904/models.rb', line 10698 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
10705 10706 10707 10708 |
# File 'lib/v20190904/models.rb', line 10705 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |