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.
39237 39238 39239 39240 |
# File 'lib/v20180228/models.rb', line 39237 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
39235 39236 39237 |
# File 'lib/v20180228/models.rb', line 39235 def TagKey @TagKey end |
#TagValue ⇒ Object
39235 39236 39237 |
# File 'lib/v20180228/models.rb', line 39235 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
39242 39243 39244 39245 |
# File 'lib/v20180228/models.rb', line 39242 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |