Class: TencentCloud::Wav::V20210129::TagDetailInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wav::V20210129::TagDetailInfo
- Defined in:
- lib/v20210129/models.rb
Overview
标签详细信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagname = nil, biztagid = nil, tagid = nil, sort = nil, createtime = nil) ⇒ TagDetailInfo
constructor
A new instance of TagDetailInfo.
Constructor Details
#initialize(tagname = nil, biztagid = nil, tagid = nil, sort = nil, createtime = nil) ⇒ TagDetailInfo
Returns a new instance of TagDetailInfo.
3270 3271 3272 3273 3274 3275 3276 |
# File 'lib/v20210129/models.rb', line 3270 def initialize(tagname=nil, biztagid=nil, tagid=nil, sort=nil, createtime=nil) @TagName = tagname @BizTagId = biztagid @TagId = tagid @Sort = sort @CreateTime = createtime end |
Instance Attribute Details
#BizTagId ⇒ Object
3268 3269 3270 |
# File 'lib/v20210129/models.rb', line 3268 def BizTagId @BizTagId end |
#CreateTime ⇒ Object
3268 3269 3270 |
# File 'lib/v20210129/models.rb', line 3268 def CreateTime @CreateTime end |
#Sort ⇒ Object
3268 3269 3270 |
# File 'lib/v20210129/models.rb', line 3268 def Sort @Sort end |
#TagId ⇒ Object
3268 3269 3270 |
# File 'lib/v20210129/models.rb', line 3268 def TagId @TagId end |
#TagName ⇒ Object
3268 3269 3270 |
# File 'lib/v20210129/models.rb', line 3268 def TagName @TagName end |
Instance Method Details
#deserialize(params) ⇒ Object
3278 3279 3280 3281 3282 3283 3284 |
# File 'lib/v20210129/models.rb', line 3278 def deserialize(params) @TagName = params['TagName'] @BizTagId = params['BizTagId'] @TagId = params['TagId'] @Sort = params['Sort'] @CreateTime = params['CreateTime'] end |