tencentcloud-sdk-gme 3.0.1139 → 3.0.1140

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: baea8b7164c0fb2014f8747d7ea70539698220f6
4
- data.tar.gz: 7b87f2f53e3459b10c1e380ef50567efa8f77cde
3
+ metadata.gz: 94efcf2c6e9a019da941060f2939565e27fd4ecf
4
+ data.tar.gz: ea9b8cb4201902cb837dc2b96ff66a153d5cb2bb
5
5
  SHA512:
6
- metadata.gz: 6585e6df66d909a702b7305abf535ffde72b0d8c1020842c7bfb7638656bfc43dae4e70bd47ad44a6a7053f67310279a4b720308aad1cadd4dccd788dc716dea
7
- data.tar.gz: e16e5ec80ffc7707bd99a30b393564f74b5ef6346f352ec7aa35ca58eacf5e80cbfe9ee0553130adb2842be74f07fd465809d3227bc8e1647fb5bbd11d9bba4d
6
+ metadata.gz: c3fcd049d4fe9575ffed01c64bf7d08aec4a1f15322e276a66993dce7f9935fb8252577e5d003ed00a867ca18c90add77af54d81462913bc22eaf907a58fa5d8
7
+ data.tar.gz: e6af03e4ab88c923b0f3e3dad0c048172102357b387d7069480a8d36adae59bafd93df24b43296fa4df66f9d29735b4beee25e7d9407b067e7b5d3d545ab5d02
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1139
1
+ 3.0.1140
@@ -792,8 +792,7 @@ module TencentCloud
792
792
  # @param UserId: 需要新增送检的用户号。示例:1234
793
793
  # (若UserId不填,则UserIdString必填;两者选其一;两者都填以UserIdString为准)
794
794
  # @type UserId: Integer
795
- # @param UserIdString: 需要新增送检的用户号。示例:"1234"
796
- # (若UserIdString不填,则UserId必填;两者选其一;两者都填以UserIdString为准)
795
+ # @param UserIdString: 需要新增送检的用户号,长度不超过1024字符。示例:"1234"(若UserIdString不填,则UserId必填;两者选其一;两者都填以UserIdString为准)
797
796
  # @type UserIdString: String
798
797
  # @param ExpirationTime: 当前用户送检过期时间,单位:秒。
799
798
  # 若参数不为0,则在过期时间之后,用户不会被送检。
@@ -995,8 +994,7 @@ module TencentCloud
995
994
  # @param UserId: 需要删除送检的用户号。示例:1234
996
995
  # (若UserId不填,则UserIdString必填;两者选其一;两者都填以UserIdString为准)
997
996
  # @type UserId: Integer
998
- # @param UserIdString: 需要删除送检的用户号。示例:"1234"
999
- # (若UserIdString不填,则UserId必填;两者选其一;两者都填以UserIdString为准)
997
+ # @param UserIdString: 需要删除送检的用户号,长度不超过1024字符。示例:"1234"(若UserIdString不填,则UserId必填;两者选其一;两者都填以UserIdString为准)
1000
998
  # @type UserIdString: String
1001
999
 
1002
1000
  attr_accessor :BizId, :UserId, :UserIdString
@@ -3197,9 +3195,9 @@ module TencentCloud
3197
3195
  class UpdateScanRoomsRequest < TencentCloud::Common::AbstractModel
3198
3196
  # @param BizId: 应用ID
3199
3197
  # @type BizId: Integer
3200
- # @param RoomIdString: 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"
3198
+ # @param RoomIdString: 需要送检的所有房间号。多个房间号之间用","分隔,长度不超过1024字符。示例:"0001,0002,0003"
3201
3199
  # @type RoomIdString: String
3202
- # @param RoomIdRegex: 符合此正则表达式规则的房间号将被送检。示例:^6.*(表示所有以6开头的房间号将被送检)
3200
+ # @param RoomIdRegex: 符合此正则表达式规则的房间号将被送检,最大不能超过10个。示例:^6.*(表示所有以6开头的房间号将被送检)
3203
3201
  # @type RoomIdRegex: Array
3204
3202
 
3205
3203
  attr_accessor :BizId, :RoomIdString, :RoomIdRegex
@@ -3241,9 +3239,9 @@ module TencentCloud
3241
3239
  class UpdateScanUsersRequest < TencentCloud::Common::AbstractModel
3242
3240
  # @param BizId: 应用ID
3243
3241
  # @type BizId: Integer
3244
- # @param UserIdString: 需要送检的所有用户号。多个用户号之间用","分隔。示例:"0001,0002,0003"
3242
+ # @param UserIdString: 需要送检的所有用户号。多个用户号之间用","分隔,长度不超过1024字符。示例:"0001,0002,0003"
3245
3243
  # @type UserIdString: String
3246
- # @param UserIdRegex: 符合此正则表达式规则的用户号将被送检。示例:["^6.*"] 表示所有以6开头的用户号将被送检
3244
+ # @param UserIdRegex: 符合此正则表达式规则的用户号将被送检,最大不能超过10个。示例:["^6.*"] 表示所有以6开头的用户号将被送检
3247
3245
  # @type UserIdRegex: Array
3248
3246
 
3249
3247
  attr_accessor :BizId, :UserIdString, :UserIdRegex
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1139
4
+ version: 3.0.1140
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-10 00:00:00.000000000 Z
11
+ date: 2025-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-gme.rb
37
- - lib/v20180711/models.rb
38
37
  - lib/v20180711/client.rb
38
+ - lib/v20180711/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: