Class: TencentCloud::Ame::V20190916::Music
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::Music
- Defined in:
- lib/v20190916/models.rb
Overview
音乐详情
Instance Attribute Summary collapse
-
#AuditionBegin ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。.
-
#AuditionEnd ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。.
-
#FileExtension ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。.
-
#FileSize ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。.
-
#FullUrl ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。.
-
#Url ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, filesize = nil, fileextension = nil, auditionbegin = nil, auditionend = nil, fullurl = nil) ⇒ Music
constructor
A new instance of Music.
Constructor Details
#initialize(url = nil, filesize = nil, fileextension = nil, auditionbegin = nil, auditionend = nil, fullurl = nil) ⇒ Music
Returns a new instance of Music.
2169 2170 2171 2172 2173 2174 2175 2176 |
# File 'lib/v20190916/models.rb', line 2169 def initialize(url=nil, filesize=nil, fileextension=nil, auditionbegin=nil, auditionend=nil, fullurl=nil) @Url = url @FileSize = filesize @FileExtension = fileextension @AuditionBegin = auditionbegin @AuditionEnd = auditionend @FullUrl = fullurl end |
Instance Attribute Details
#AuditionBegin ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。
2167 2168 2169 |
# File 'lib/v20190916/models.rb', line 2167 def AuditionBegin @AuditionBegin end |
#AuditionEnd ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。
2167 2168 2169 |
# File 'lib/v20190916/models.rb', line 2167 def AuditionEnd @AuditionEnd end |
#FileExtension ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。
2167 2168 2169 |
# File 'lib/v20190916/models.rb', line 2167 def FileExtension @FileExtension end |
#FileSize ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。
2167 2168 2169 |
# File 'lib/v20190916/models.rb', line 2167 def FileSize @FileSize end |
#FullUrl ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。
2167 2168 2169 |
# File 'lib/v20190916/models.rb', line 2167 def FullUrl @FullUrl end |
#Url ⇒ Object
Unit :ms Unit :ms 如果添加过多个域名只返回第一个添加域名的播放全路径。
2167 2168 2169 |
# File 'lib/v20190916/models.rb', line 2167 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
2178 2179 2180 2181 2182 2183 2184 2185 |
# File 'lib/v20190916/models.rb', line 2178 def deserialize(params) @Url = params['Url'] @FileSize = params['FileSize'] @FileExtension = params['FileExtension'] @AuditionBegin = params['AuditionBegin'] @AuditionEnd = params['AuditionEnd'] @FullUrl = params['FullUrl'] end |