Class: TencentCloud::Cwp::V20180228::Tags
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::Tags
- Defined in:
- lib/v20180228/models.rb
Overview
平台标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tags
constructor
A new instance of Tags.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tags
Returns a new instance of Tags.
39675 39676 39677 39678 |
# File 'lib/v20180228/models.rb', line 39675 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
39673 39674 39675 |
# File 'lib/v20180228/models.rb', line 39673 def TagKey @TagKey end |
#TagValue ⇒ Object
39673 39674 39675 |
# File 'lib/v20180228/models.rb', line 39673 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
39680 39681 39682 39683 |
# File 'lib/v20180228/models.rb', line 39680 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |