Class: TencentCloud::Hunyuan::V20230901::SongExt
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Hunyuan::V20230901::SongExt
- Defined in:
- lib/v20230901/models.rb
Overview
歌曲详情。具体含义参考 [QQ音乐SDK](developer.y.qq.com/)
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(songid = nil, songmid = nil, vip = nil) ⇒ SongExt
constructor
A new instance of SongExt.
Constructor Details
#initialize(songid = nil, songmid = nil, vip = nil) ⇒ SongExt
Returns a new instance of SongExt.
2456 2457 2458 2459 2460 |
# File 'lib/v20230901/models.rb', line 2456 def initialize(songid=nil, songmid=nil, vip=nil) @SongId = songid @SongMid = songmid @Vip = vip end |
Instance Attribute Details
#SongId ⇒ Object
2454 2455 2456 |
# File 'lib/v20230901/models.rb', line 2454 def SongId @SongId end |
#SongMid ⇒ Object
2454 2455 2456 |
# File 'lib/v20230901/models.rb', line 2454 def SongMid @SongMid end |
#Vip ⇒ Object
2454 2455 2456 |
# File 'lib/v20230901/models.rb', line 2454 def Vip @Vip end |
Instance Method Details
#deserialize(params) ⇒ Object
2462 2463 2464 2465 2466 |
# File 'lib/v20230901/models.rb', line 2462 def deserialize(params) @SongId = params['SongId'] @SongMid = params['SongMid'] @Vip = params['Vip'] end |