tencentcloud-sdk-gme 1.0.267 → 1.0.270

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180711/models.rb +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8d69a209a7443aea492c47f680abbaa11092d11
4
- data.tar.gz: 34e91742ea742ea43894e340dcd954c3ba1e93e2
3
+ metadata.gz: 27555eb968d042b9d88f09c4edacb5cff49e6bda
4
+ data.tar.gz: 559c48fa462bd82f531371334480a63c65da8504
5
5
  SHA512:
6
- metadata.gz: 49245f897b62f0e59c98bbe0e2206bde94d46a7bb49fff36ce41335c46bb96786c0a6f9174075ed6b2153d992007bbfdf5bed50ac7fac218399f83993701de78
7
- data.tar.gz: 14c9ea71273d1e7297c93f3f9d5ac4767bd502dba402fb161af1807e9c8f2c6adf6c7b4faafdad3f53151820e68bb92db988b96470268242f5bdab68cdb57a8a
6
+ metadata.gz: 6a19d65af1df2b456ec185a930103cdbbf056fdd83a4ab304b4a72e9b3e8ea653eeb103d7461a000e204e6c8f0807fa2725b9cf95cea0711058d7d35f2d5c094
7
+ data.tar.gz: 92876dad54cc1be662609e59c202ab0a774311218fdcd1d5d41e71ffae87c8e7441336d4740e5dde242e6f5939f1fc3caf33a15ad70ed157c812666324357896
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.267
1
+ 1.0.270
@@ -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: 正则表达式房间号,["^6.*"]6开头的房间号
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: 正则表达式用户号,["^6.*"]6开头的用户号
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.267
4
+ version: 1.0.270
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-01 00:00:00.000000000 Z
11
+ date: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common