Class: TencentCloud::Ame::V20190916::Lyric
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::Lyric
- Defined in:
- lib/v20190916/models.rb
Overview
歌词信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, filenameext = nil, subitemtype = nil) ⇒ Lyric
constructor
A new instance of Lyric.
Constructor Details
#initialize(url = nil, filenameext = nil, subitemtype = nil) ⇒ Lyric
Returns a new instance of Lyric.
2097 2098 2099 2100 2101 |
# File 'lib/v20190916/models.rb', line 2097 def initialize(url=nil, filenameext=nil, subitemtype=nil) @Url = url @FileNameExt = filenameext @SubItemType = subitemtype end |
Instance Attribute Details
#FileNameExt ⇒ Object
2095 2096 2097 |
# File 'lib/v20190916/models.rb', line 2095 def FileNameExt @FileNameExt end |
#SubItemType ⇒ Object
2095 2096 2097 |
# File 'lib/v20190916/models.rb', line 2095 def SubItemType @SubItemType end |
#Url ⇒ Object
2095 2096 2097 |
# File 'lib/v20190916/models.rb', line 2095 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
2103 2104 2105 2106 2107 |
# File 'lib/v20190916/models.rb', line 2103 def deserialize(params) @Url = params['Url'] @FileNameExt = params['FileNameExt'] @SubItemType = params['SubItemType'] end |