Class: TencentCloud::Cfg::V20210820::TagWithDescribe
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfg::V20210820::TagWithDescribe
- Defined in:
- lib/v20210820/models.rb
Overview
展示标签列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagWithDescribe
constructor
A new instance of TagWithDescribe.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagWithDescribe
Returns a new instance of TagWithDescribe.
1478 1479 1480 1481 |
# File 'lib/v20210820/models.rb', line 1478 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
1476 1477 1478 |
# File 'lib/v20210820/models.rb', line 1476 def TagKey @TagKey end |
#TagValue ⇒ Object
1476 1477 1478 |
# File 'lib/v20210820/models.rb', line 1476 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
1483 1484 1485 1486 |
# File 'lib/v20210820/models.rb', line 1483 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |