tencentcloud-sdk-ame 1.0.213 → 1.0.217

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: eabd798f66ee8721234c7a197199e8de0abe19cc
4
- data.tar.gz: b03dac1541989e21792b15ea670030137d2f3b0f
3
+ metadata.gz: 62489f3795922e00608a9fc2ef22a22ec5e46a93
4
+ data.tar.gz: 415bad9cc1b1ce7c791fb192fbd227b88d030e26
5
5
  SHA512:
6
- metadata.gz: 7d1b69423751be94cf94d35dc371c1ded1b8455a465a7e386f7572f97f11f5e32baa790f455a40b6195c7001c9528b5373eda67d9362003b911a28217b4de8e7
7
- data.tar.gz: 333c3423a3405176c8d8b1a5e20ce5aabcccd4e0d25c0fa1362af4662ef42e56b1988b5ed2b74a972ffabf79f95da9f5aea301236d5f4a201d22b560865f026f
6
+ metadata.gz: 3a5e15a609589602ddc0fe4f15de49374b1cca1d121b3a791dca1b65f20efd7d334a92be4ea1a108d72670919ed74d6252bb7d4fc46771516f6963c76650c77f
7
+ data.tar.gz: e269d1e6caff23a593916cd6001521b77ec551afe3c5523212f105a82b5e9028cf09e360febd0bb4eb7accf6efc31389604528972b1a4ec6f8bfd9db93a19ffc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.213
1
+ 1.0.217
@@ -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.213
4
+ version: 1.0.217
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-30 00:00:00.000000000 Z
11
+ date: 2021-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common