tencentcloud-sdk-gme 1.0.267 → 1.0.268
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180711/models.rb +10 -10
- 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: 9a0cef27a41710fd917136ce74d604cd1044a74e
|
4
|
+
data.tar.gz: 0b4ef39973ffdedc8ed1e1fa1de089a8560c4d8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a2d1f1682deac9b16e456079557b744dcb0c653831977cb633fb572d036212ceffaa5e8c9a4f6ba64a4411aac1a2188f416ec71341c6160757c9d741802ed50
|
7
|
+
data.tar.gz: 071b61c1f2774d338cb2b160cae2a74552ec2eb6d4f32a30db6ec3f37c586401f5ea236af2647cfb3401c1b912237e17118d72fc92a684f908b215b5c3922fff
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.268
|
data/lib/v20180711/models.rb
CHANGED
@@ -724,19 +724,19 @@ module TencentCloud
|
|
724
724
|
|
725
725
|
# DescribeRealtimeScanConfig返回参数结构体
|
726
726
|
class DescribeRealtimeScanConfigResponse < TencentCloud::Common::AbstractModel
|
727
|
-
# @param ErrorCode:
|
727
|
+
# @param ErrorCode: 返回结果码,0正常,非0失败
|
728
728
|
# @type ErrorCode: Integer
|
729
729
|
# @param BizId: 应用ID
|
730
730
|
# @type BizId: Integer
|
731
|
-
# @param AuditType:
|
731
|
+
# @param AuditType: 送检类型,0: 全量送审,1: 自定义送审
|
732
732
|
# @type AuditType: Integer
|
733
|
-
# @param UserIdRegex:
|
733
|
+
# @param UserIdRegex: 用户号正则表达式
|
734
734
|
# @type UserIdRegex: Array
|
735
|
-
# @param RoomIdRegex:
|
735
|
+
# @param RoomIdRegex: 房间号正则表达式
|
736
736
|
# @type RoomIdRegex: Array
|
737
|
-
# @param UserIdString:
|
737
|
+
# @param UserIdString: 用户号字符串,逗号分隔,示例:"0001,0002,0003"
|
738
738
|
# @type UserIdString: String
|
739
|
-
# @param RoomIdString:
|
739
|
+
# @param RoomIdString: 房间号字符串,逗号分隔,示例:"0001,0002,0003"
|
740
740
|
# @type RoomIdString: String
|
741
741
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
742
742
|
# @type RequestId: String
|
@@ -1489,9 +1489,9 @@ module TencentCloud
|
|
1489
1489
|
class UpdateScanRoomsRequest < TencentCloud::Common::AbstractModel
|
1490
1490
|
# @param BizId: 应用ID
|
1491
1491
|
# @type BizId: Integer
|
1492
|
-
# @param RoomIdString:
|
1492
|
+
# @param RoomIdString: 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"
|
1493
1493
|
# @type RoomIdString: String
|
1494
|
-
# @param RoomIdRegex:
|
1494
|
+
# @param RoomIdRegex: 符合此正则表达式规则的房间号将被送检。示例:["^6.*"] 表示所有以6开头的房间号将被送检
|
1495
1495
|
# @type RoomIdRegex: Array
|
1496
1496
|
|
1497
1497
|
attr_accessor :BizId, :RoomIdString, :RoomIdRegex
|
@@ -1534,9 +1534,9 @@ module TencentCloud
|
|
1534
1534
|
class UpdateScanUsersRequest < TencentCloud::Common::AbstractModel
|
1535
1535
|
# @param BizId: 应用ID
|
1536
1536
|
# @type BizId: Integer
|
1537
|
-
# @param UserIdString:
|
1537
|
+
# @param UserIdString: 需要送检的所有用户号。多个用户号之间用","分隔。示例:"0001,0002,0003"
|
1538
1538
|
# @type UserIdString: String
|
1539
|
-
# @param UserIdRegex:
|
1539
|
+
# @param UserIdRegex: 符合此正则表达式规则的用户号将被送检。示例:["^6.*"] 表示所有以6开头的用户号将被送检
|
1540
1540
|
# @type UserIdRegex: Array
|
1541
1541
|
|
1542
1542
|
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: 1.0.
|
4
|
+
version: 1.0.268
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|