tencentcloud-sdk-ame 1.0.226 → 1.0.230

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: 151d6e4c1bb0144a296861d7bdd7b5ea0ef429e7
4
- data.tar.gz: 9ae905942e0e7968f384b67155894c6cd71aa5f4
3
+ metadata.gz: ae3cb90fa19a7dc37e89cdffeaa5f687a06f5012
4
+ data.tar.gz: 373630eb894b50e1d938a976c025939a0c42f5fc
5
5
  SHA512:
6
- metadata.gz: c248ad44c085e8ab81bb7c0e9f9f28243576742a52dbd3f47379cab5aa164764a41df28f5eae0cb916c0744b828126bafc1a50c4cc5a9a9d13eb272a7c2cc047
7
- data.tar.gz: fa2845b20c97f310b4359f4d8b81a412dfaaf345160824de8e48e7493dda5086a155bf59b16b97f83b2dc264047f0a7342509ae9d78c1091b810a08d6f1b5671
6
+ metadata.gz: 69f88a24811464f266fbb9bd360c691d67ad4f71d055610ab3e68784e5818e295d8142e4f5cd44e95a02665c0232c2456e7fab9d17356faff950d1c9f7e50a74
7
+ data.tar.gz: 892bb559594d138aadb9c10f00adfcac11e70917e081168550892bee61c28eb48a378966ea88b2391eef3bdbb1b4f197f5f7c4bce2f3df94f11ff9ccafdcb7fb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.226
1
+ 1.0.230
@@ -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.226
4
+ version: 1.0.230
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-17 00:00:00.000000000 Z
11
+ date: 2021-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common