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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cab245862baca710b2d0f46e827cae42a57df92
4
- data.tar.gz: 9f5ba846b0f9b04fa73a8fc229d7f19369bea554
3
+ metadata.gz: 832e960b631b498a3d79ced1f368924d1a696a19
4
+ data.tar.gz: d73089f3fe3aea12a5bf1112293ef31f345a9072
5
5
  SHA512:
6
- metadata.gz: e3f19a3aa87fde483267f02d94e95c88a0157d637c00cd3269e2d3906e4623d4508a0819b4c1f26a908efdeef24655353968b947c461ff1a96507fe6b500b854
7
- data.tar.gz: ed7c4eb30602dffbafb9742b715b6bff909d6a39a711a97b4f91718768f1e326940e6fb01c29bae33ce8af24890ba2e85fe3bb59ed674140df98cfa6d2f3dbc8
6
+ metadata.gz: 6bea00157b4457704ef4b1d5d3db6dbc9fc30c17996bb0ee76a722488742ef9ac23b8f3ce2a5a6089e255185fa0bc0f341e405bf9fceb2a597d9d75b10b34d8c
7
+ data.tar.gz: 53c28c09117ee403ed8b9a5b5f9734a89ada36a22c64927f6c3425d748e0e42169da48e191c0c15707107b013882fdade19a66a29011df12dbd1a15b18927746
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.228
1
+ 1.0.232
@@ -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.228
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-21 00:00:00.000000000 Z
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