tencentcloud-sdk-ame 1.0.215 → 1.0.216
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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: b2c2ca8ff8096d93a71b92d24e754f7de8ce27af
|
|
4
|
+
data.tar.gz: 053acd77c34e1cf8ab6e3ff280af061c8b4d9557
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 025d4b5c40a18bf9f91f6395e6b4969ac9592b8fed100f421f3159ce4b0226b8f5692cc9d1fcd328c7fc798d3ebe778d7a9296769546d45136e89d693c1a33ce
|
|
7
|
+
data.tar.gz: 8db74ae3d4c95f610b5b33fe9251bb406545c8bc283fbecb2a3ce7746745849846dccd8c953a66df1f1958842f5f9c79da5b2766929cfcb92a36997b76ab2cf6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.216
|
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.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-12-
|
|
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
|