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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180711/models.rb +6 -8
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94efcf2c6e9a019da941060f2939565e27fd4ecf
|
4
|
+
data.tar.gz: ea9b8cb4201902cb837dc2b96ff66a153d5cb2bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3fcd049d4fe9575ffed01c64bf7d08aec4a1f15322e276a66993dce7f9935fb8252577e5d003ed00a867ca18c90add77af54d81462913bc22eaf907a58fa5d8
|
7
|
+
data.tar.gz: e6af03e4ab88c923b0f3e3dad0c048172102357b387d7069480a8d36adae59bafd93df24b43296fa4df66f9d29735b4beee25e7d9407b067e7b5d3d545ab5d02
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1140
|
data/lib/v20180711/models.rb
CHANGED
@@ -792,8 +792,7 @@ module TencentCloud
|
|
792
792
|
# @param UserId: 需要新增送检的用户号。示例:1234
|
793
793
|
# (若UserId不填,则UserIdString必填;两者选其一;两者都填以UserIdString为准)
|
794
794
|
# @type UserId: Integer
|
795
|
-
# @param UserIdString:
|
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:
|
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: 需要送检的所有房间号。多个房间号之间用","
|
3198
|
+
# @param RoomIdString: 需要送检的所有房间号。多个房间号之间用","分隔,长度不超过1024字符。示例:"0001,0002,0003"
|
3201
3199
|
# @type RoomIdString: String
|
3202
|
-
# @param RoomIdRegex:
|
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: 需要送检的所有用户号。多个用户号之间用","
|
3242
|
+
# @param UserIdString: 需要送检的所有用户号。多个用户号之间用","分隔,长度不超过1024字符。示例:"0001,0002,0003"
|
3245
3243
|
# @type UserIdString: String
|
3246
|
-
# @param UserIdRegex:
|
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.
|
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-
|
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:
|