tencentcloud-sdk-yinsuda 1.0.358 → 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: 5de6ee3821f4fa5d69c0be78e58f1af7a171486e
4
- data.tar.gz: a00b017a605a65f2f69ab44705774b21b6ec4382
3
+ metadata.gz: 4690d4efafebb2f72b5a49b09939cc2d144883c2
4
+ data.tar.gz: 921e3183980dcf515c37946edceff29c1aacc647
5
5
  SHA512:
6
- metadata.gz: e67650a020276437adc9b60f3b50e5811751b3903daaf89792ce03b796d34e822054e8cd0e86a3088b8e501a05e0432fdd04fa6fd5f28bdab6bb1416d05b9926
7
- data.tar.gz: b24b9ae0e989cb6ac4b1ec6cf2819cdb523ee6fa5644a7b1a1d49a938bebafa4eaadfdf2589e745aaf3ddba26ab194f1206a87dafe7520a284fe1fbdcf16ca06
6
+ metadata.gz: 464af827972a49335c5492af6ecf5bac8b6e215bd4627697c14fcda3e30e90e3e2d6a5131b02bec02ddc68bb10ffa594ba1821f5fd95e808403ad97d890f6ac9
7
+ data.tar.gz: c962f5e16c8767cedf561229e20732bdea3b5f5d2b797c815c039e05fdf871057c80c1bdddb96946f21afffd20dbb1b0e3ac5385bc90114af7d09ab2782a1704
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.358
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.358
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-18 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