tencentcloud-sdk-yinsuda 1.0.356 → 1.0.359

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1442edae1e1c1830118c27f487052af2a987b5b
4
- data.tar.gz: 1dabbdfbcfb2a2326dbb1863f969db5dae1a0a6c
3
+ metadata.gz: 4690d4efafebb2f72b5a49b09939cc2d144883c2
4
+ data.tar.gz: 921e3183980dcf515c37946edceff29c1aacc647
5
5
  SHA512:
6
- metadata.gz: 07cfbbf2597db05e60bb79b148dee5161f4fae2f3ddb4e5c01e66bb66cc1d0e5205ce71b520866b83bf4816076df4cff96f0540ffed35c7496dfcb8c1b43a38f
7
- data.tar.gz: 26ca9075dea44094b3db656e15ca74c95f018bf3000239ded07c014ed57cc022bf0d4237fb08aa703d1cbd100960efb4dd4b8f95e5c298a56ea1d94f6be4a114
6
+ metadata.gz: 464af827972a49335c5492af6ecf5bac8b6e215bd4627697c14fcda3e30e90e3e2d6a5131b02bec02ddc68bb10ffa594ba1821f5fd95e808403ad97d890f6ac9
7
+ data.tar.gz: c962f5e16c8767cedf561229e20732bdea3b5f5d2b797c815c039e05fdf871057c80c1bdddb96946f21afffd20dbb1b0e3ac5385bc90114af7d09ab2782a1704
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.356
1
+ 1.0.359
@@ -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.356
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-14 00:00:00.000000000 Z
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