tencentcloud-sdk-yinsuda 1.0.358 → 1.0.359
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220527/models.rb +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4690d4efafebb2f72b5a49b09939cc2d144883c2
|
|
4
|
+
data.tar.gz: 921e3183980dcf515c37946edceff29c1aacc647
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 464af827972a49335c5492af6ecf5bac8b6e215bd4627697c14fcda3e30e90e3e2d6a5131b02bec02ddc68bb10ffa594ba1821f5fd95e808403ad97d890f6ac9
|
|
7
|
+
data.tar.gz: c962f5e16c8767cedf561229e20732bdea3b5f5d2b797c815c039e05fdf871057c80c1bdddb96946f21afffd20dbb1b0e3ac5385bc90114af7d09ab2782a1704
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.359
|
data/lib/v20220527/models.rb
CHANGED
|
@@ -278,10 +278,14 @@ module TencentCloud
|
|
|
278
278
|
# <li>Play:可播;</li>
|
|
279
279
|
# <li>Sing:可唱。</li>
|
|
280
280
|
# @type RightSet: Array
|
|
281
|
+
# @param RecommendType: 推荐类型,取值有:
|
|
282
|
+
# <li>Featured:精选;</li>
|
|
283
|
+
# <li>Other:其他。</li>
|
|
284
|
+
# @type RecommendType: String
|
|
281
285
|
|
|
282
|
-
attr_accessor :MusicId, :Name, :SingerSet, :Duration, :SingerImageUrl, :AlbumInfo, :RightSet
|
|
286
|
+
attr_accessor :MusicId, :Name, :SingerSet, :Duration, :SingerImageUrl, :AlbumInfo, :RightSet, :RecommendType
|
|
283
287
|
|
|
284
|
-
def initialize(musicid=nil, name=nil, singerset=nil, duration=nil, singerimageurl=nil, albuminfo=nil, rightset=nil)
|
|
288
|
+
def initialize(musicid=nil, name=nil, singerset=nil, duration=nil, singerimageurl=nil, albuminfo=nil, rightset=nil, recommendtype=nil)
|
|
285
289
|
@MusicId = musicid
|
|
286
290
|
@Name = name
|
|
287
291
|
@SingerSet = singerset
|
|
@@ -289,6 +293,7 @@ module TencentCloud
|
|
|
289
293
|
@SingerImageUrl = singerimageurl
|
|
290
294
|
@AlbumInfo = albuminfo
|
|
291
295
|
@RightSet = rightset
|
|
296
|
+
@RecommendType = recommendtype
|
|
292
297
|
end
|
|
293
298
|
|
|
294
299
|
def deserialize(params)
|
|
@@ -302,6 +307,7 @@ module TencentCloud
|
|
|
302
307
|
@AlbumInfo.deserialize(params['AlbumInfo'])
|
|
303
308
|
end
|
|
304
309
|
@RightSet = params['RightSet']
|
|
310
|
+
@RecommendType = params['RecommendType']
|
|
305
311
|
end
|
|
306
312
|
end
|
|
307
313
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-yinsuda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.359
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|