Class: TencentCloud::Ame::V20190916::MusicDetailInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::MusicDetailInfo
- Defined in:
- lib/v20190916/models.rb
Overview
歌曲变更细节
Instance Attribute Summary collapse
- #AmeId ⇒ Object
- #AuthPeriod ⇒ Object
- #Bpm ⇒ Object
- #Channel ⇒ Object
- #Commercialization ⇒ Object
- #HitWords ⇒ Object
- #MusicId ⇒ Object
- #Platform ⇒ Object
- #Region ⇒ Object
- #Scene ⇒ Object
- #Score ⇒ Object
- #Tags ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(musicid = nil, ameid = nil, tags = nil, hitwords = nil, bpm = nil, score = nil, scene = nil, region = nil, authperiod = nil, commercialization = nil, platform = nil, channel = nil) ⇒ MusicDetailInfo
constructor
A new instance of MusicDetailInfo.
Constructor Details
#initialize(musicid = nil, ameid = nil, tags = nil, hitwords = nil, bpm = nil, score = nil, scene = nil, region = nil, authperiod = nil, commercialization = nil, platform = nil, channel = nil) ⇒ MusicDetailInfo
Returns a new instance of MusicDetailInfo.
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 |
# File 'lib/v20190916/models.rb', line 2217 def initialize(musicid=nil, ameid=nil, =nil, hitwords=nil, bpm=nil, score=nil, scene=nil, region=nil, authperiod=nil, commercialization=nil, platform=nil, channel=nil) @MusicId = musicid @AmeId = ameid @Tags = @HitWords = hitwords @Bpm = bpm @Score = score @Scene = scene @Region = region @AuthPeriod = authperiod @Commercialization = commercialization @Platform = platform @Channel = channel end |
Instance Attribute Details
#AmeId ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def AmeId @AmeId end |
#AuthPeriod ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def AuthPeriod @AuthPeriod end |
#Bpm ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def Bpm @Bpm end |
#Channel ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def Channel @Channel end |
#Commercialization ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def Commercialization @Commercialization end |
#HitWords ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def HitWords @HitWords end |
#MusicId ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def MusicId @MusicId end |
#Platform ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def Platform @Platform end |
#Region ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def Region @Region end |
#Scene ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def Scene @Scene end |
#Score ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def Score @Score end |
#Tags ⇒ Object
2215 2216 2217 |
# File 'lib/v20190916/models.rb', line 2215 def Tags @Tags end |
Instance Method Details
#deserialize(params) ⇒ Object
2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 |
# File 'lib/v20190916/models.rb', line 2232 def deserialize(params) @MusicId = params['MusicId'] @AmeId = params['AmeId'] @Tags = params['Tags'] @HitWords = params['HitWords'] @Bpm = params['Bpm'] @Score = params['Score'] @Scene = params['Scene'] @Region = params['Region'] @AuthPeriod = params['AuthPeriod'] @Commercialization = params['Commercialization'] @Platform = params['Platform'] @Channel = params['Channel'] end |