tencentcloud-sdk-ame 1.0.212 → 1.0.216

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: 37853a60ca7d54c13a3d7a619c881427ee9f3b16
4
- data.tar.gz: f62272198c97218f25b683e94c80b2f4f840199a
3
+ metadata.gz: b2c2ca8ff8096d93a71b92d24e754f7de8ce27af
4
+ data.tar.gz: 053acd77c34e1cf8ab6e3ff280af061c8b4d9557
5
5
  SHA512:
6
- metadata.gz: 1cc6580a4f2b74472121fbba4a17bb148efee03d6f738d43045ae05a55cc6caaab90d21b049bbdc62236a1d24cce83a29dc9d04cefba2eeab0e4d86fa45a70bb
7
- data.tar.gz: d39c95f94388ffdab9a5d18096d3ace4096abe69f6ef9cfa6e253760ee3329eddc1fee300a9453e11a634f2867b21dd827ccb3dce4833e61b3637b9c8bae27fb
6
+ metadata.gz: 025d4b5c40a18bf9f91f6395e6b4969ac9592b8fed100f421f3159ce4b0226b8f5692cc9d1fcd328c7fc798d3ebe778d7a9296769546d45136e89d693c1a33ce
7
+ data.tar.gz: 8db74ae3d4c95f610b5b33fe9251bb406545c8bc283fbecb2a3ce7746745849846dccd8c953a66df1f1958842f5f9c79da5b2766929cfcb92a36997b76ab2cf6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.212
1
+ 1.0.216
@@ -1476,10 +1476,12 @@ module TencentCloud
1476
1476
  # @type Duration: String
1477
1477
  # @param AuthorizedArea: 授权区域,global: 全球 CN: 中国
1478
1478
  # @type AuthorizedArea: String
1479
+ # @param Tags: 标签数组
1480
+ # @type Tags: Array
1479
1481
 
1480
- attr_accessor :OrderId, :TrackName, :ItemID, :Img, :ArtistName, :Duration, :AuthorizedArea
1482
+ attr_accessor :OrderId, :TrackName, :ItemID, :Img, :ArtistName, :Duration, :AuthorizedArea, :Tags
1481
1483
 
1482
- def initialize(orderid=nil, trackname=nil, itemid=nil, img=nil, artistname=nil, duration=nil, authorizedarea=nil)
1484
+ def initialize(orderid=nil, trackname=nil, itemid=nil, img=nil, artistname=nil, duration=nil, authorizedarea=nil, tags=nil)
1483
1485
  @OrderId = orderid
1484
1486
  @TrackName = trackname
1485
1487
  @ItemID = itemid
@@ -1487,6 +1489,7 @@ module TencentCloud
1487
1489
  @ArtistName = artistname
1488
1490
  @Duration = duration
1489
1491
  @AuthorizedArea = authorizedarea
1492
+ @Tags = tags
1490
1493
  end
1491
1494
 
1492
1495
  def deserialize(params)
@@ -1497,6 +1500,7 @@ module TencentCloud
1497
1500
  @ArtistName = params['ArtistName']
1498
1501
  @Duration = params['Duration']
1499
1502
  @AuthorizedArea = params['AuthorizedArea']
1503
+ @Tags = params['Tags']
1500
1504
  end
1501
1505
  end
1502
1506
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ame
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.212
4
+ version: 1.0.216
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-29 00:00:00.000000000 Z
11
+ date: 2021-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common