Class: TencentCloud::Wav::V20210129::TagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wav::V20210129::TagInfo
- Defined in:
- lib/v20210129/models.rb
Overview
标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagname = nil, sort = nil) ⇒ TagInfo
constructor
A new instance of TagInfo.
Constructor Details
#initialize(tagname = nil, sort = nil) ⇒ TagInfo
Returns a new instance of TagInfo.
3339 3340 3341 3342 |
# File 'lib/v20210129/models.rb', line 3339 def initialize(tagname=nil, sort=nil) @TagName = tagname @Sort = sort end |
Instance Attribute Details
#Sort ⇒ Object
3337 3338 3339 |
# File 'lib/v20210129/models.rb', line 3337 def Sort @Sort end |
#TagName ⇒ Object
3337 3338 3339 |
# File 'lib/v20210129/models.rb', line 3337 def TagName @TagName end |
Instance Method Details
#deserialize(params) ⇒ Object
3344 3345 3346 3347 |
# File 'lib/v20210129/models.rb', line 3344 def deserialize(params) @TagName = params['TagName'] @Sort = params['Sort'] end |