tencentcloud-sdk-rce 3.0.1005 → 3.0.1006
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/v20201103/models.rb +0 -32
- 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: 498aba8af42b8ea384ab0259a51cf4f996408c0b
|
4
|
+
data.tar.gz: f0055b2bfd3503d4e5b0ea204f551689f8d46261
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec6fdc38fb01ddeebd2fcbb6e6ecd86fcc8cecf2a5f8b2f2f84543fab2cc42635111d7048a2d73ef61f6f225fe643248570b54d6b2657ee3ca655cb3c9101c00
|
7
|
+
data.tar.gz: c45eb0f9eb7ff83d5b1ecb30a8e7081a1e2dcadea4a3f7852172b9eb71f00d072dc80f166e067139d8338ee2b8f11d776f667ef4b275a5bfa4941893ef1d932c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1006
|
data/lib/v20201103/models.rb
CHANGED
@@ -1292,13 +1292,10 @@ module TencentCloud
|
|
1292
1292
|
# 查询黑白名单数据出参
|
1293
1293
|
class OutputDescribeDataListFrontData < TencentCloud::Common::AbstractModel
|
1294
1294
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1296
1295
|
# @type Code: Integer
|
1297
1296
|
# @param Message: 错误信息
|
1298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1299
1297
|
# @type Message: String
|
1300
1298
|
# @param Value: 黑白名单数据信息
|
1301
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1302
1299
|
# @type Value: :class:`Tencentcloud::Rce.v20201103.models.OuntputDescribeDataListInfo`
|
1303
1300
|
|
1304
1301
|
attr_accessor :Code, :Message, :Value
|
@@ -1322,34 +1319,24 @@ module TencentCloud
|
|
1322
1319
|
# 黑白名单详情出参
|
1323
1320
|
class OutputDescribeNameListDetail < TencentCloud::Common::AbstractModel
|
1324
1321
|
# @param NameListId: 名单ID
|
1325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1326
1322
|
# @type NameListId: Integer
|
1327
1323
|
# @param ListName: 名单名称
|
1328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1329
1324
|
# @type ListName: String
|
1330
1325
|
# @param ListType: 名单类型 [1 黑名单 2 白名单]
|
1331
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1332
1326
|
# @type ListType: Integer
|
1333
1327
|
# @param DataType: 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]
|
1334
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1335
1328
|
# @type DataType: Integer
|
1336
1329
|
# @param SceneCode: 场景Code
|
1337
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1338
1330
|
# @type SceneCode: String
|
1339
1331
|
# @param Status: 名单列表状态 [1 启用 2 停用]
|
1340
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1341
1332
|
# @type Status: Integer
|
1342
1333
|
# @param Remark: 描述
|
1343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1344
1334
|
# @type Remark: String
|
1345
1335
|
# @param CreateTime: 创建时间
|
1346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1347
1336
|
# @type CreateTime: String
|
1348
1337
|
# @param UpdateTime: 更新时间
|
1349
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1350
1338
|
# @type UpdateTime: String
|
1351
1339
|
# @param EncryptionType: 加密类型 [0 无需加密,1 MD5加密,2 SHA256加密]
|
1352
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1353
1340
|
# @type EncryptionType: Integer
|
1354
1341
|
|
1355
1342
|
attr_accessor :NameListId, :ListName, :ListType, :DataType, :SceneCode, :Status, :Remark, :CreateTime, :UpdateTime, :EncryptionType
|
@@ -1384,10 +1371,8 @@ module TencentCloud
|
|
1384
1371
|
# 查询列表详情出参
|
1385
1372
|
class OutputDescribeNameListDetailFront < TencentCloud::Common::AbstractModel
|
1386
1373
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1388
1374
|
# @type Code: Integer
|
1389
1375
|
# @param Message: 错误信息
|
1390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1391
1376
|
# @type Message: String
|
1392
1377
|
# @param Value: 列表详情信息
|
1393
1378
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1416,17 +1401,14 @@ module TencentCloud
|
|
1416
1401
|
# @param NameListId: 名单ID
|
1417
1402
|
# @type NameListId: Integer
|
1418
1403
|
# @param ListName: 名单名称
|
1419
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1420
1404
|
# @type ListName: String
|
1421
1405
|
# @param ListType: 名单类型 [1 黑名单 2 白名单]
|
1422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1423
1406
|
# @type ListType: Integer
|
1424
1407
|
# @param DataType: 数据类型[1 手机号 2 qqOpenId 3 2echatOpenId 4 ip 6 idfa 7 imei]
|
1425
1408
|
# @type DataType: Integer
|
1426
1409
|
# @param Status: 记录状态 [1 启用 2 停用]
|
1427
1410
|
# @type Status: Integer
|
1428
1411
|
# @param Remark: 描述
|
1429
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1430
1412
|
# @type Remark: String
|
1431
1413
|
# @param CreateTime: 创建时间
|
1432
1414
|
# @type CreateTime: String
|
@@ -1435,10 +1417,8 @@ module TencentCloud
|
|
1435
1417
|
# @param EffectCount: 有效数据/数据总数
|
1436
1418
|
# @type EffectCount: String
|
1437
1419
|
# @param EncryptionType: 加密类型[0 无需加密 1 MD5加密 2 SHA256加密]
|
1438
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1439
1420
|
# @type EncryptionType: Integer
|
1440
1421
|
# @param SceneCode: 场景Code,all_scene代表全部场景
|
1441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1442
1422
|
# @type SceneCode: String
|
1443
1423
|
|
1444
1424
|
attr_accessor :NameListId, :ListName, :ListType, :DataType, :Status, :Remark, :CreateTime, :UpdateTime, :EffectCount, :EncryptionType, :SceneCode
|
@@ -1475,14 +1455,10 @@ module TencentCloud
|
|
1475
1455
|
# 查询黑白名单出参
|
1476
1456
|
class OutputDescribeNameListFrontFixListData < TencentCloud::Common::AbstractModel
|
1477
1457
|
# @param Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
|
1478
|
-
|
1479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1480
1458
|
# @type Code: Integer
|
1481
1459
|
# @param Message: 错误信息
|
1482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1483
1460
|
# @type Message: String
|
1484
1461
|
# @param Value: 黑白名单列表信息
|
1485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1486
1462
|
# @type Value: :class:`Tencentcloud::Rce.v20201103.models.OutputDescribeNameListInfo`
|
1487
1463
|
|
1488
1464
|
attr_accessor :Code, :Message, :Value
|
@@ -1506,7 +1482,6 @@ module TencentCloud
|
|
1506
1482
|
# 黑白名单信息
|
1507
1483
|
class OutputDescribeNameListInfo < TencentCloud::Common::AbstractModel
|
1508
1484
|
# @param Count: 总数
|
1509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1510
1485
|
# @type Count: Integer
|
1511
1486
|
# @param List: 列表
|
1512
1487
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1535,25 +1510,18 @@ module TencentCloud
|
|
1535
1510
|
# 预付费 后付费 总数显示接口出参
|
1536
1511
|
class OutputDescribeUserUsageCnt < TencentCloud::Common::AbstractModel
|
1537
1512
|
# @param PayMode: 当前付费模式,0 后付费 1 预付费
|
1538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1539
1513
|
# @type PayMode: Integer
|
1540
1514
|
# @param AfterPayModeThisMonthUsedCnt: 后付费本月使用量
|
1541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1542
1515
|
# @type AfterPayModeThisMonthUsedCnt: Integer
|
1543
1516
|
# @param CreateTime: 创建时间
|
1544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1545
1517
|
# @type CreateTime: String
|
1546
1518
|
# @param ExpireTime: 超出时间
|
1547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1548
1519
|
# @type ExpireTime: String
|
1549
1520
|
# @param AfterPayModeLastMonthUsedCnt: 后付费上月使用量
|
1550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1551
1521
|
# @type AfterPayModeLastMonthUsedCnt: Integer
|
1552
1522
|
# @param BeforePayModeTotalUsedCnt: 预付费总量
|
1553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1554
1523
|
# @type BeforePayModeTotalUsedCnt: Integer
|
1555
1524
|
# @param BeforePayModeRemainUsedCnt: 预付费剩余用量
|
1556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1557
1525
|
# @type BeforePayModeRemainUsedCnt: Integer
|
1558
1526
|
|
1559
1527
|
attr_accessor :PayMode, :AfterPayModeThisMonthUsedCnt, :CreateTime, :ExpireTime, :AfterPayModeLastMonthUsedCnt, :BeforePayModeTotalUsedCnt, :BeforePayModeRemainUsedCnt
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-rce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1006
|
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-02-
|
11
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|