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.
25290 25291 25292 25293 |
# File 'lib/v20180717/models.rb', line 25290 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
25288 25289 25290 |
# File 'lib/v20180717/models.rb', line 25288 def TagKey @TagKey end |
#TagValue ⇒ Object
25288 25289 25290 |
# File 'lib/v20180717/models.rb', line 25288 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
25295 25296 25297 25298 |
# File 'lib/v20180717/models.rb', line 25295 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |