tencentcloud-sdk-partners 3.0.778 → 3.0.779
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/v20180321/models.rb +19 -19
- 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: 6b719da192ef36042443cb289db2a9dc99b00afe
|
4
|
+
data.tar.gz: 888351d53a2b19e5d9600f98e5b2b0f58a60d649
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87d65e1c0038e5aebdc357d51a8ca299124f8c70b34d832e588660674c027502e992784531f050bc4864ace6069c676f24222b614986e7454e0b24caaba0a8ef
|
7
|
+
data.tar.gz: 713913c3092285c8595bd0ebefeab171f89bbcd01f0f1f569d72ee3e782838d5dbc26aa7d1ec998924c03a86638973e65aaaf3f8b16e52898c61746ad80f5e99
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.779
|
data/lib/v20180321/models.rb
CHANGED
@@ -428,7 +428,7 @@ module TencentCloud
|
|
428
428
|
|
429
429
|
# AgentPayDeals返回参数结构体
|
430
430
|
class AgentPayDealsResponse < TencentCloud::Common::AbstractModel
|
431
|
-
# @param RequestId: 唯一请求 ID
|
431
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
432
432
|
# @type RequestId: String
|
433
433
|
|
434
434
|
attr_accessor :RequestId
|
@@ -492,7 +492,7 @@ module TencentCloud
|
|
492
492
|
|
493
493
|
# AgentTransferMoney返回参数结构体
|
494
494
|
class AgentTransferMoneyResponse < TencentCloud::Common::AbstractModel
|
495
|
-
# @param RequestId: 唯一请求 ID
|
495
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
496
496
|
# @type RequestId: String
|
497
497
|
|
498
498
|
attr_accessor :RequestId
|
@@ -542,7 +542,7 @@ module TencentCloud
|
|
542
542
|
# @param FailedUins: 处理失败的代客uin列表
|
543
543
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
544
544
|
# @type FailedUins: Array
|
545
|
-
# @param RequestId: 唯一请求 ID
|
545
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
546
546
|
# @type RequestId: String
|
547
547
|
|
548
548
|
attr_accessor :SucceedUins, :FailedUins, :RequestId
|
@@ -595,7 +595,7 @@ module TencentCloud
|
|
595
595
|
# @param AgentTime: 关联时间对应的时间戳
|
596
596
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
597
597
|
# @type AgentTime: Integer
|
598
|
-
# @param RequestId: 唯一请求 ID
|
598
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
599
599
|
# @type RequestId: String
|
600
600
|
|
601
601
|
attr_accessor :Uin, :ClientUin, :AuditResult, :AgentTime, :RequestId
|
@@ -635,7 +635,7 @@ module TencentCloud
|
|
635
635
|
|
636
636
|
# CreatePayRelationForClient返回参数结构体
|
637
637
|
class CreatePayRelationForClientResponse < TencentCloud::Common::AbstractModel
|
638
|
-
# @param RequestId: 唯一请求 ID
|
638
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
639
639
|
# @type RequestId: String
|
640
640
|
|
641
641
|
attr_accessor :RequestId
|
@@ -739,7 +739,7 @@ module TencentCloud
|
|
739
739
|
# @type AgentClientSet: Array
|
740
740
|
# @param TotalCount: 符合条件的代客总数
|
741
741
|
# @type TotalCount: Integer
|
742
|
-
# @param RequestId: 唯一请求 ID
|
742
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
743
743
|
# @type RequestId: String
|
744
744
|
|
745
745
|
attr_accessor :AgentClientSet, :TotalCount, :RequestId
|
@@ -810,7 +810,7 @@ module TencentCloud
|
|
810
810
|
# @type TotalCount: Integer
|
811
811
|
# @param AgentBillSet: 业务明细列表
|
812
812
|
# @type AgentBillSet: Array
|
813
|
-
# @param RequestId: 唯一请求 ID
|
813
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
814
814
|
# @type RequestId: String
|
815
815
|
|
816
816
|
attr_accessor :TotalCount, :AgentBillSet, :RequestId
|
@@ -861,7 +861,7 @@ module TencentCloud
|
|
861
861
|
# @type ClientGrade: String
|
862
862
|
# @param ClientType: 客户类型:1,个人;2,企业;3,其他
|
863
863
|
# @type ClientType: Integer
|
864
|
-
# @param RequestId: 唯一请求 ID
|
864
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
865
865
|
# @type RequestId: String
|
866
866
|
|
867
867
|
attr_accessor :AuditStatus, :AuthState, :ClientGrade, :ClientType, :RequestId
|
@@ -933,7 +933,7 @@ module TencentCloud
|
|
933
933
|
# @type AgentClientSet: Array
|
934
934
|
# @param TotalCount: 符合条件的代客总数
|
935
935
|
# @type TotalCount: Integer
|
936
|
-
# @param RequestId: 唯一请求 ID
|
936
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
937
937
|
# @type RequestId: String
|
938
938
|
|
939
939
|
attr_accessor :AgentClientSet, :TotalCount, :RequestId
|
@@ -1016,7 +1016,7 @@ module TencentCloud
|
|
1016
1016
|
# @type AgentDealSet: Array
|
1017
1017
|
# @param TotalCount: 符合条件的订单总数量
|
1018
1018
|
# @type TotalCount: Integer
|
1019
|
-
# @param RequestId: 唯一请求 ID
|
1019
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1020
1020
|
# @type RequestId: String
|
1021
1021
|
|
1022
1022
|
attr_accessor :AgentDealSet, :TotalCount, :RequestId
|
@@ -1095,7 +1095,7 @@ module TencentCloud
|
|
1095
1095
|
# @type AgentPayDealSet: Array
|
1096
1096
|
# @param TotalCount: 符合条件的订单总数量
|
1097
1097
|
# @type TotalCount: Integer
|
1098
|
-
# @param RequestId: 唯一请求 ID
|
1098
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1099
1099
|
# @type RequestId: String
|
1100
1100
|
|
1101
1101
|
attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
|
@@ -1174,7 +1174,7 @@ module TencentCloud
|
|
1174
1174
|
# @type AgentPayDealSet: Array
|
1175
1175
|
# @param TotalCount: 符合条件的订单总数量
|
1176
1176
|
# @type TotalCount: Integer
|
1177
|
-
# @param RequestId: 唯一请求 ID
|
1177
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1178
1178
|
# @type RequestId: String
|
1179
1179
|
|
1180
1180
|
attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
|
@@ -1221,7 +1221,7 @@ module TencentCloud
|
|
1221
1221
|
# @type Balance: Integer
|
1222
1222
|
# @param Cash: 账户现金余额,单位分
|
1223
1223
|
# @type Cash: Integer
|
1224
|
-
# @param RequestId: 唯一请求 ID
|
1224
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1225
1225
|
# @type RequestId: String
|
1226
1226
|
|
1227
1227
|
attr_accessor :Balance, :Cash, :RequestId
|
@@ -1269,7 +1269,7 @@ module TencentCloud
|
|
1269
1269
|
# @type RebateInfoSet: Array
|
1270
1270
|
# @param TotalCount: 符合查询条件返佣信息数目
|
1271
1271
|
# @type TotalCount: Integer
|
1272
|
-
# @param RequestId: 唯一请求 ID
|
1272
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1273
1273
|
# @type RequestId: String
|
1274
1274
|
|
1275
1275
|
attr_accessor :RebateInfoSet, :TotalCount, :RequestId
|
@@ -1324,7 +1324,7 @@ module TencentCloud
|
|
1324
1324
|
# @type RebateInfoSet: Array
|
1325
1325
|
# @param TotalCount: 符合查询条件返佣信息数目
|
1326
1326
|
# @type TotalCount: Integer
|
1327
|
-
# @param RequestId: 唯一请求 ID
|
1327
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1328
1328
|
# @type RequestId: String
|
1329
1329
|
|
1330
1330
|
attr_accessor :RebateInfoSet, :TotalCount, :RequestId
|
@@ -1387,7 +1387,7 @@ module TencentCloud
|
|
1387
1387
|
# @type AgentSalesmanSet: Array
|
1388
1388
|
# @param TotalCount: 符合条件的代客总数
|
1389
1389
|
# @type TotalCount: Integer
|
1390
|
-
# @param RequestId: 唯一请求 ID
|
1390
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1391
1391
|
# @type RequestId: String
|
1392
1392
|
|
1393
1393
|
attr_accessor :AgentSalesmanSet, :TotalCount, :RequestId
|
@@ -1458,7 +1458,7 @@ module TencentCloud
|
|
1458
1458
|
# @type TotalCount: Integer
|
1459
1459
|
# @param UnbindClientList: 符合条件的解绑客户列表
|
1460
1460
|
# @type UnbindClientList: Array
|
1461
|
-
# @param RequestId: 唯一请求 ID
|
1461
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1462
1462
|
# @type RequestId: String
|
1463
1463
|
|
1464
1464
|
attr_accessor :TotalCount, :UnbindClientList, :RequestId
|
@@ -1505,7 +1505,7 @@ module TencentCloud
|
|
1505
1505
|
|
1506
1506
|
# ModifyClientRemark返回参数结构体
|
1507
1507
|
class ModifyClientRemarkResponse < TencentCloud::Common::AbstractModel
|
1508
|
-
# @param RequestId: 唯一请求 ID
|
1508
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1509
1509
|
# @type RequestId: String
|
1510
1510
|
|
1511
1511
|
attr_accessor :RequestId
|
@@ -1651,7 +1651,7 @@ module TencentCloud
|
|
1651
1651
|
|
1652
1652
|
# RemovePayRelationForClient返回参数结构体
|
1653
1653
|
class RemovePayRelationForClientResponse < TencentCloud::Common::AbstractModel
|
1654
|
-
# @param RequestId: 唯一请求 ID
|
1654
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1655
1655
|
# @type RequestId: String
|
1656
1656
|
|
1657
1657
|
attr_accessor :RequestId
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-partners
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.779
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-partners.rb
|
37
|
-
- lib/v20180321/models.rb
|
38
37
|
- lib/v20180321/client.rb
|
38
|
+
- lib/v20180321/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|