tencentcloud-sdk-ame 1.0.214 → 1.0.218

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: 1e6c75509d93e01979fd4d8c975484e2cc8458f1
4
- data.tar.gz: f1f75539e4372ee2d8480b03e0b5988b80f53389
3
+ metadata.gz: 41af94b1741d0ee88a71ea651d9849643c7e6a53
4
+ data.tar.gz: 0ef3e296c162c875b3b6e585b6124a8e0bce6ea3
5
5
  SHA512:
6
- metadata.gz: fd5c05222c4b8ebb63fc2e3a46b1c58ee5eae069da83c21feefcc2c0ef43402f5126b2429c93d85a46d4945ac924190b66ac24831f6018850896201a235cfe1f
7
- data.tar.gz: 4ad5759afdb7cfad3d7430808e8af8dcef69e7c9687c26d7b438137706721509c52c4236366579f42f4f707b6d9267c0798b0555d725284fd7ccac3467ddb6c2
6
+ metadata.gz: fe5ea312d7fff93be0bb0e83ff447f3481e98fbe0df527bbf5a378a37f5049babdd4e865ed3b5e9123c9bd4a909a06cd910f6b478bf3f9d1ca8e340c74b6636f
7
+ data.tar.gz: 483d911545e10f8a86b2d6844655419efd782a0204082fbdea64e57fe642182c4977af355fd7e465f8c2b55779cb4c290aa2feb5e241486168a69d174e6008a3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.214
1
+ 1.0.218
@@ -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.214
4
+ version: 1.0.218
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-12-01 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common