tencentcloud-sdk-ame 1.0.228 → 1.0.232
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 +4 -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: 832e960b631b498a3d79ced1f368924d1a696a19
|
|
4
|
+
data.tar.gz: d73089f3fe3aea12a5bf1112293ef31f345a9072
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bea00157b4457704ef4b1d5d3db6dbc9fc30c17996bb0ee76a722488742ef9ac23b8f3ce2a5a6089e255185fa0bc0f341e405bf9fceb2a597d9d75b10b34d8c
|
|
7
|
+
data.tar.gz: 53c28c09117ee403ed8b9a5b5f9734a89ada36a22c64927f6c3425d748e0e42169da48e191c0c15707107b013882fdade19a66a29011df12dbd1a15b18927746
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.232
|
data/lib/v20190916/models.rb
CHANGED
|
@@ -1597,9 +1597,11 @@ module TencentCloud
|
|
|
1597
1597
|
class SearchKTVMusicsRequest < TencentCloud::Common::AbstractModel
|
|
1598
1598
|
# @param KeyWord: 搜索关键词
|
|
1599
1599
|
# @type KeyWord: String
|
|
1600
|
-
# @param Offset:
|
|
1600
|
+
# @param Offset: 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
|
|
1601
|
+
# 取值范围:Offset + Limit 不超过5000。取值范围:小于5000
|
|
1601
1602
|
# @type Offset: Integer
|
|
1602
|
-
# @param Limit:
|
|
1603
|
+
# @param Limit: 分页返回的起始偏移量,默认值:50。将返回第 Offset 到第 Offset+Limit-1 条。
|
|
1604
|
+
# 取值范围:Offset + Limit 不超过5000。
|
|
1603
1605
|
# @type Limit: Integer
|
|
1604
1606
|
|
|
1605
1607
|
attr_accessor :KeyWord, :Offset, :Limit
|
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.232
|
|
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-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|