Class: TencentCloud::Vod::V20180717::ResourceTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::ResourceTag
- Defined in:
- lib/v20180717/models.rb
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ ResourceTag
constructor
A new instance of ResourceTag.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ ResourceTag
Returns a new instance of ResourceTag.
26176 26177 26178 26179 |
# File 'lib/v20180717/models.rb', line 26176 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
26174 26175 26176 |
# File 'lib/v20180717/models.rb', line 26174 def TagKey @TagKey end |
#TagValue ⇒ Object
26174 26175 26176 |
# File 'lib/v20180717/models.rb', line 26174 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
26181 26182 26183 26184 |
# File 'lib/v20180717/models.rb', line 26181 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |