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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190916/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4946580e785d09947204aab880d3943a46b585a5
|
4
|
+
data.tar.gz: 6623ccf0ed85c0a5215ec0bf590ff22b4e992e18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1b506c17e8579c4ab8ef6e39ccb924d5144d4817df3b270e149dca3378f54ac2390afa78a15138cd7e03e86203e3bddb43c9c329e7fc0d51b068a213ad9787b
|
7
|
+
data.tar.gz: cf19e3943329ff6fd80b2d878b4c5a593b6d26e322064daa8e111d899666759a56a49441b8764d0e7650b186fead289c21e33061f201a4bc0589c1111a8d6a92
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.219
|
data/lib/v20190916/models.rb
CHANGED
@@ -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.
|
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-
|
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
|