tencentcloud-sdk-ame 1.0.215 → 1.0.219

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: 8871fc45e61422b317b647712b1c701a1bf6ad33
4
- data.tar.gz: e8ad888812e6e32e8047a8273aebcf22be14d048
3
+ metadata.gz: 4946580e785d09947204aab880d3943a46b585a5
4
+ data.tar.gz: 6623ccf0ed85c0a5215ec0bf590ff22b4e992e18
5
5
  SHA512:
6
- metadata.gz: ee9c6f19182ca065f886334a52fdfb5fa9c88dcb93e42f35644464db52bf2e5d71b55cef77ebcbe0566e4e40c8e2654f3d4f8a46e3f7ed5a86f511eaf114bbe6
7
- data.tar.gz: 858a71445f0fc8c1ee449a921282a61067bc8e05b82b2af00073704d843fec235ee17afcb0374b24d95c0ebd58ee18aa4c25a9fe71ece0ee089c11c741fae3af
6
+ metadata.gz: c1b506c17e8579c4ab8ef6e39ccb924d5144d4817df3b270e149dca3378f54ac2390afa78a15138cd7e03e86203e3bddb43c9c329e7fc0d51b068a213ad9787b
7
+ data.tar.gz: cf19e3943329ff6fd80b2d878b4c5a593b6d26e322064daa8e111d899666759a56a49441b8764d0e7650b186fead289c21e33061f201a4bc0589c1111a8d6a92
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.215
1
+ 1.0.219
@@ -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.215
4
+ version: 1.0.219
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-02 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common