tencentcloud-sdk-yinsuda 1.0.357 → 1.0.360

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: 2b924af87f2709486c7beaf63dc656fddc527ca5
4
- data.tar.gz: 3ca2f7fdb2a88c27c183380e3627616c226e5af6
3
+ metadata.gz: 6850770e8c1fb0025bab3db028c10b3f988c8d8f
4
+ data.tar.gz: aabe5a0c8d2bcd7968c05cdeff5db7e378db1b41
5
5
  SHA512:
6
- metadata.gz: 9a21f26976d4a810096c24e60f943e75532b3df0533dbedbe7e4a31f9d9182a60e21daabc4fcf773c3dc0e04a242ee49e680b9fa85dc142412d398ab3adde7d8
7
- data.tar.gz: 408c11a59be981d5e2f19d60de72e7f8dfc8c003489a2f84082e8d805573b07b02c9b95dd1ac146b0b6e7e83cd46b297a32fb1ca4204abda97ebdea5c4a52afe
6
+ metadata.gz: d2c53de997fb266d337078339d687f084bac8802c098a6d7dd92346e81fec692163abca9689e2c0384c838718f063bcfbc3774993a9f72529ed6d0c23465e564
7
+ data.tar.gz: 576b667385ea55093ef309cbce5174a0df1d7977ea0ddec3947c28c1b9a23d87d66c12f897e65955c90c73aad18fadbd84c3aba71f473e6847c95ee7b029a637
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.357
1
+ 1.0.360
@@ -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.357
4
+ version: 1.0.360
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-17 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common