tencentcloud-sdk-captcha 3.0.590 → 3.0.591
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/v20190722/models.rb +50 -50
- 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: 3466c41d358303941c760759c1abbeebfdb829e7
|
|
4
|
+
data.tar.gz: 7fae441afe20a870245bbde8d2f947e85b820c13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcf414d495b7e1098cb18061f3b95555799416308c83b561fa0a65af433d4f8be82d539e1a9d98cd5f14365169e5be7f3c41b98d76ce2b8ea4cb13564b7393ee
|
|
7
|
+
data.tar.gz: d06f3155006cd2f4549d8c52e7dbafbaca74446d9797cac4f2f6b5c651d7cfd7bf8bac658c4f1ecb205b013cdd4208c64fc199a8575b0c831d8821b8e440c28d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20190722/models.rb
CHANGED
|
@@ -29,7 +29,7 @@ module TencentCloud
|
|
|
29
29
|
# @type StrategyStopCnt: Float
|
|
30
30
|
|
|
31
31
|
attr_accessor :DateKey, :AllStopCnt, :PicStopCnt, :StrategyStopCnt
|
|
32
|
-
|
|
32
|
+
|
|
33
33
|
def initialize(datekey=nil, allstopcnt=nil, picstopcnt=nil, strategystopcnt=nil)
|
|
34
34
|
@DateKey = datekey
|
|
35
35
|
@AllStopCnt = allstopcnt
|
|
@@ -55,7 +55,7 @@ module TencentCloud
|
|
|
55
55
|
# @type AppIdLoadTime: Float
|
|
56
56
|
|
|
57
57
|
attr_accessor :DateKey, :MarketLoadTime, :AppIdLoadTime
|
|
58
|
-
|
|
58
|
+
|
|
59
59
|
def initialize(datekey=nil, marketloadtime=nil, appidloadtime=nil)
|
|
60
60
|
@DateKey = datekey
|
|
61
61
|
@MarketLoadTime = marketloadtime
|
|
@@ -85,7 +85,7 @@ module TencentCloud
|
|
|
85
85
|
# @type OperDataTryTimesDistributeUnitArray: Array
|
|
86
86
|
|
|
87
87
|
attr_accessor :OperDataLoadTimeUnitArray, :OperDataInterceptUnitArray, :OperDataTryTimesUnitArray, :OperDataTryTimesDistributeUnitArray
|
|
88
|
-
|
|
88
|
+
|
|
89
89
|
def initialize(operdataloadtimeunitarray=nil, operdatainterceptunitarray=nil, operdatatrytimesunitarray=nil, operdatatrytimesdistributeunitarray=nil)
|
|
90
90
|
@OperDataLoadTimeUnitArray = operdataloadtimeunitarray
|
|
91
91
|
@OperDataInterceptUnitArray = operdatainterceptunitarray
|
|
@@ -137,7 +137,7 @@ module TencentCloud
|
|
|
137
137
|
# @type UserCount: Integer
|
|
138
138
|
|
|
139
139
|
attr_accessor :TryCount, :UserCount
|
|
140
|
-
|
|
140
|
+
|
|
141
141
|
def initialize(trycount=nil, usercount=nil)
|
|
142
142
|
@TryCount = trycount
|
|
143
143
|
@UserCount = usercount
|
|
@@ -159,7 +159,7 @@ module TencentCloud
|
|
|
159
159
|
# @type MarketCntPerPass: Float
|
|
160
160
|
|
|
161
161
|
attr_accessor :DateKey, :CntPerPass, :MarketCntPerPass
|
|
162
|
-
|
|
162
|
+
|
|
163
163
|
def initialize(datekey=nil, cntperpass=nil, marketcntperpass=nil)
|
|
164
164
|
@DateKey = datekey
|
|
165
165
|
@CntPerPass = cntperpass
|
|
@@ -181,7 +181,7 @@ module TencentCloud
|
|
|
181
181
|
# @type Date: String
|
|
182
182
|
|
|
183
183
|
attr_accessor :Cnt, :Date
|
|
184
|
-
|
|
184
|
+
|
|
185
185
|
def initialize(cnt=nil, date=nil)
|
|
186
186
|
@Cnt = cnt
|
|
187
187
|
@Date = date
|
|
@@ -220,7 +220,7 @@ module TencentCloud
|
|
|
220
220
|
# @type TicketCheckTrend: Array
|
|
221
221
|
|
|
222
222
|
attr_accessor :ActionTotal, :VerifyTotal, :VerifyThroughTotal, :VerifyInterceptTotal, :TicketTotal, :TicketThroughTotal, :TicketInterceptTotal, :RequestTrend, :InterceptPerTrend, :TicketCheckTrend
|
|
223
|
-
|
|
223
|
+
|
|
224
224
|
def initialize(actiontotal=nil, verifytotal=nil, verifythroughtotal=nil, verifyintercepttotal=nil, tickettotal=nil, ticketthroughtotal=nil, ticketintercepttotal=nil, requesttrend=nil, interceptpertrend=nil, ticketchecktrend=nil)
|
|
225
225
|
@ActionTotal = actiontotal
|
|
226
226
|
@VerifyTotal = verifytotal
|
|
@@ -279,7 +279,7 @@ module TencentCloud
|
|
|
279
279
|
# @type TicketInterceptArray: Array
|
|
280
280
|
|
|
281
281
|
attr_accessor :TicketAmountArray, :TicketThroughArray, :TicketInterceptArray
|
|
282
|
-
|
|
282
|
+
|
|
283
283
|
def initialize(ticketamountarray=nil, ticketthrougharray=nil, ticketinterceptarray=nil)
|
|
284
284
|
@TicketAmountArray = ticketamountarray
|
|
285
285
|
@TicketThroughArray = ticketthrougharray
|
|
@@ -326,7 +326,7 @@ module TencentCloud
|
|
|
326
326
|
# @type ChannelInfo: String
|
|
327
327
|
|
|
328
328
|
attr_accessor :CaptchaAppId, :AppName, :TcAppId, :ChannelInfo
|
|
329
|
-
|
|
329
|
+
|
|
330
330
|
def initialize(captchaappid=nil, appname=nil, tcappid=nil, channelinfo=nil)
|
|
331
331
|
@CaptchaAppId = captchaappid
|
|
332
332
|
@AppName = appname
|
|
@@ -348,7 +348,7 @@ module TencentCloud
|
|
|
348
348
|
# @type CaptchaAppId: Integer
|
|
349
349
|
|
|
350
350
|
attr_accessor :CaptchaAppId
|
|
351
|
-
|
|
351
|
+
|
|
352
352
|
def initialize(captchaappid=nil)
|
|
353
353
|
@CaptchaAppId = captchaappid
|
|
354
354
|
end
|
|
@@ -396,7 +396,7 @@ module TencentCloud
|
|
|
396
396
|
# @type RequestId: String
|
|
397
397
|
|
|
398
398
|
attr_accessor :SchemeColor, :Language, :SceneType, :EvilInterceptGrade, :SmartVerify, :SmartEngine, :CapType, :AppName, :DomainLimit, :MailAlarm, :TrafficThreshold, :EncryptKey, :TopFullScreen, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
399
|
-
|
|
399
|
+
|
|
400
400
|
def initialize(schemecolor=nil, language=nil, scenetype=nil, evilinterceptgrade=nil, smartverify=nil, smartengine=nil, captype=nil, appname=nil, domainlimit=nil, mailalarm=nil, trafficthreshold=nil, encryptkey=nil, topfullscreen=nil, captchacode=nil, captchamsg=nil, requestid=nil)
|
|
401
401
|
@SchemeColor = schemecolor
|
|
402
402
|
@Language = language
|
|
@@ -448,7 +448,7 @@ module TencentCloud
|
|
|
448
448
|
# @type Type: Integer
|
|
449
449
|
|
|
450
450
|
attr_accessor :CaptchaAppId, :Start, :End, :Type
|
|
451
|
-
|
|
451
|
+
|
|
452
452
|
def initialize(captchaappid=nil, start=nil, _end=nil, type=nil)
|
|
453
453
|
@CaptchaAppId = captchaappid
|
|
454
454
|
@Start = start
|
|
@@ -478,7 +478,7 @@ module TencentCloud
|
|
|
478
478
|
# @type RequestId: String
|
|
479
479
|
|
|
480
480
|
attr_accessor :CaptchaCode, :Data, :CaptchaMsg, :RequestId
|
|
481
|
-
|
|
481
|
+
|
|
482
482
|
def initialize(captchacode=nil, data=nil, captchamsg=nil, requestid=nil)
|
|
483
483
|
@CaptchaCode = captchacode
|
|
484
484
|
@Data = data
|
|
@@ -511,7 +511,7 @@ module TencentCloud
|
|
|
511
511
|
# @type End: Integer
|
|
512
512
|
|
|
513
513
|
attr_accessor :CaptchaAppId, :Start, :End
|
|
514
|
-
|
|
514
|
+
|
|
515
515
|
def initialize(captchaappid=nil, start=nil, _end=nil)
|
|
516
516
|
@CaptchaAppId = captchaappid
|
|
517
517
|
@Start = start
|
|
@@ -550,7 +550,7 @@ module TencentCloud
|
|
|
550
550
|
# @type RequestId: String
|
|
551
551
|
|
|
552
552
|
attr_accessor :GetSum, :VfySuccSum, :VfySum, :AttackSum, :CaptchaMsg, :CaptchaCode, :CheckTicketSum, :TicketThroughputSum, :TicketInterceptSum, :RequestId
|
|
553
|
-
|
|
553
|
+
|
|
554
554
|
def initialize(getsum=nil, vfysuccsum=nil, vfysum=nil, attacksum=nil, captchamsg=nil, captchacode=nil, checkticketsum=nil, ticketthroughputsum=nil, ticketinterceptsum=nil, requestid=nil)
|
|
555
555
|
@GetSum = getsum
|
|
556
556
|
@VfySuccSum = vfysuccsum
|
|
@@ -590,7 +590,7 @@ module TencentCloud
|
|
|
590
590
|
# @type Type: Integer
|
|
591
591
|
|
|
592
592
|
attr_accessor :CaptchaAppId, :Start, :End, :Type
|
|
593
|
-
|
|
593
|
+
|
|
594
594
|
def initialize(captchaappid=nil, start=nil, _end=nil, type=nil)
|
|
595
595
|
@CaptchaAppId = captchaappid
|
|
596
596
|
@Start = start
|
|
@@ -620,7 +620,7 @@ module TencentCloud
|
|
|
620
620
|
# @type RequestId: String
|
|
621
621
|
|
|
622
622
|
attr_accessor :CaptchaCode, :Data, :CaptchaMsg, :RequestId
|
|
623
|
-
|
|
623
|
+
|
|
624
624
|
def initialize(captchacode=nil, data=nil, captchamsg=nil, requestid=nil)
|
|
625
625
|
@CaptchaCode = captchacode
|
|
626
626
|
@Data = data
|
|
@@ -653,7 +653,7 @@ module TencentCloud
|
|
|
653
653
|
# @type End: Integer
|
|
654
654
|
|
|
655
655
|
attr_accessor :CaptchaAppId, :Start, :End
|
|
656
|
-
|
|
656
|
+
|
|
657
657
|
def initialize(captchaappid=nil, start=nil, _end=nil)
|
|
658
658
|
@CaptchaAppId = captchaappid
|
|
659
659
|
@Start = start
|
|
@@ -700,7 +700,7 @@ module TencentCloud
|
|
|
700
700
|
# @type RequestId: String
|
|
701
701
|
|
|
702
702
|
attr_accessor :GetSum, :VfySuccSum, :VfySum, :AttackSum, :CaptchaMsg, :CaptchaCode, :CheckTicketSum, :TicketThroughputSum, :TicketInterceptSum, :RequestId
|
|
703
|
-
|
|
703
|
+
|
|
704
704
|
def initialize(getsum=nil, vfysuccsum=nil, vfysum=nil, attacksum=nil, captchamsg=nil, captchacode=nil, checkticketsum=nil, ticketthroughputsum=nil, ticketinterceptsum=nil, requestid=nil)
|
|
705
705
|
@GetSum = getsum
|
|
706
706
|
@VfySuccSum = vfysuccsum
|
|
@@ -740,7 +740,7 @@ module TencentCloud
|
|
|
740
740
|
# @type End: Integer
|
|
741
741
|
|
|
742
742
|
attr_accessor :CaptchaAppId, :Start, :Type, :End
|
|
743
|
-
|
|
743
|
+
|
|
744
744
|
def initialize(captchaappid=nil, start=nil, type=nil, _end=nil)
|
|
745
745
|
@CaptchaAppId = captchaappid
|
|
746
746
|
@Start = start
|
|
@@ -770,7 +770,7 @@ module TencentCloud
|
|
|
770
770
|
# @type RequestId: String
|
|
771
771
|
|
|
772
772
|
attr_accessor :CaptchaCode, :CaptchaMsg, :Data, :RequestId
|
|
773
|
-
|
|
773
|
+
|
|
774
774
|
def initialize(captchacode=nil, captchamsg=nil, data=nil, requestid=nil)
|
|
775
775
|
@CaptchaCode = captchacode
|
|
776
776
|
@CaptchaMsg = captchamsg
|
|
@@ -811,7 +811,7 @@ module TencentCloud
|
|
|
811
811
|
# @type Imei: String
|
|
812
812
|
|
|
813
813
|
attr_accessor :CaptchaType, :Ticket, :UserIp, :CaptchaAppId, :AppSecretKey, :BusinessId, :SceneId, :MacAddress, :Imei
|
|
814
|
-
|
|
814
|
+
|
|
815
815
|
def initialize(captchatype=nil, ticket=nil, userip=nil, captchaappid=nil, appsecretkey=nil, businessid=nil, sceneid=nil, macaddress=nil, imei=nil)
|
|
816
816
|
@CaptchaType = captchatype
|
|
817
817
|
@Ticket = ticket
|
|
@@ -858,7 +858,7 @@ module TencentCloud
|
|
|
858
858
|
# @type RequestId: String
|
|
859
859
|
|
|
860
860
|
attr_accessor :CaptchaCode, :CaptchaMsg, :RequestId
|
|
861
|
-
|
|
861
|
+
|
|
862
862
|
def initialize(captchacode=nil, captchamsg=nil, requestid=nil)
|
|
863
863
|
@CaptchaCode = captchacode
|
|
864
864
|
@CaptchaMsg = captchamsg
|
|
@@ -898,7 +898,7 @@ module TencentCloud
|
|
|
898
898
|
# @type WeChatOpenId: String
|
|
899
899
|
|
|
900
900
|
attr_accessor :CaptchaType, :Ticket, :UserIp, :CaptchaAppId, :AppSecretKey, :BusinessId, :SceneId, :MacAddress, :Imei, :SceneCode, :WeChatOpenId
|
|
901
|
-
|
|
901
|
+
|
|
902
902
|
def initialize(captchatype=nil, ticket=nil, userip=nil, captchaappid=nil, appsecretkey=nil, businessid=nil, sceneid=nil, macaddress=nil, imei=nil, scenecode=nil, wechatopenid=nil)
|
|
903
903
|
@CaptchaType = captchatype
|
|
904
904
|
@Ticket = ticket
|
|
@@ -953,7 +953,7 @@ module TencentCloud
|
|
|
953
953
|
# @type RequestId: String
|
|
954
954
|
|
|
955
955
|
attr_accessor :CaptchaCode, :CaptchaMsg, :ManageMarketingRiskValue, :RequestId
|
|
956
|
-
|
|
956
|
+
|
|
957
957
|
def initialize(captchacode=nil, captchamsg=nil, managemarketingriskvalue=nil, requestid=nil)
|
|
958
958
|
@CaptchaCode = captchacode
|
|
959
959
|
@CaptchaMsg = captchamsg
|
|
@@ -984,7 +984,7 @@ module TencentCloud
|
|
|
984
984
|
# @type End: Integer
|
|
985
985
|
|
|
986
986
|
attr_accessor :CaptchaAppId, :Start, :Type, :End
|
|
987
|
-
|
|
987
|
+
|
|
988
988
|
def initialize(captchaappid=nil, start=nil, type=nil, _end=nil)
|
|
989
989
|
@CaptchaAppId = captchaappid
|
|
990
990
|
@Start = start
|
|
@@ -1014,7 +1014,7 @@ module TencentCloud
|
|
|
1014
1014
|
# @type RequestId: String
|
|
1015
1015
|
|
|
1016
1016
|
attr_accessor :CaptchaCode, :CaptchaMsg, :Data, :RequestId
|
|
1017
|
-
|
|
1017
|
+
|
|
1018
1018
|
def initialize(captchacode=nil, captchamsg=nil, data=nil, requestid=nil)
|
|
1019
1019
|
@CaptchaCode = captchacode
|
|
1020
1020
|
@CaptchaMsg = captchamsg
|
|
@@ -1059,7 +1059,7 @@ module TencentCloud
|
|
|
1059
1059
|
# @type NeedGetCaptchaTime: Integer
|
|
1060
1060
|
|
|
1061
1061
|
attr_accessor :CaptchaType, :Ticket, :UserIp, :Randstr, :CaptchaAppId, :AppSecretKey, :BusinessId, :SceneId, :MacAddress, :Imei, :NeedGetCaptchaTime
|
|
1062
|
-
|
|
1062
|
+
|
|
1063
1063
|
def initialize(captchatype=nil, ticket=nil, userip=nil, randstr=nil, captchaappid=nil, appsecretkey=nil, businessid=nil, sceneid=nil, macaddress=nil, imei=nil, needgetcaptchatime=nil)
|
|
1064
1064
|
@CaptchaType = captchatype
|
|
1065
1065
|
@Ticket = ticket
|
|
@@ -1120,7 +1120,7 @@ module TencentCloud
|
|
|
1120
1120
|
# @type RequestId: String
|
|
1121
1121
|
|
|
1122
1122
|
attr_accessor :CaptchaCode, :CaptchaMsg, :EvilLevel, :GetCaptchaTime, :EvilBitmap, :SubmitCaptchaTime, :RequestId
|
|
1123
|
-
|
|
1123
|
+
|
|
1124
1124
|
def initialize(captchacode=nil, captchamsg=nil, evillevel=nil, getcaptchatime=nil, evilbitmap=nil, submitcaptchatime=nil, requestid=nil)
|
|
1125
1125
|
@CaptchaCode = captchacode
|
|
1126
1126
|
@CaptchaMsg = captchamsg
|
|
@@ -1152,7 +1152,7 @@ module TencentCloud
|
|
|
1152
1152
|
# @type End: Integer
|
|
1153
1153
|
|
|
1154
1154
|
attr_accessor :CaptchaAppId, :Start, :End
|
|
1155
|
-
|
|
1155
|
+
|
|
1156
1156
|
def initialize(captchaappid=nil, start=nil, _end=nil)
|
|
1157
1157
|
@CaptchaAppId = captchaappid
|
|
1158
1158
|
@Start = start
|
|
@@ -1180,7 +1180,7 @@ module TencentCloud
|
|
|
1180
1180
|
# @type RequestId: String
|
|
1181
1181
|
|
|
1182
1182
|
attr_accessor :CaptchaCode, :CaptchaMsg, :Data, :RequestId
|
|
1183
|
-
|
|
1183
|
+
|
|
1184
1184
|
def initialize(captchacode=nil, captchamsg=nil, data=nil, requestid=nil)
|
|
1185
1185
|
@CaptchaCode = captchacode
|
|
1186
1186
|
@CaptchaMsg = captchamsg
|
|
@@ -1202,7 +1202,7 @@ module TencentCloud
|
|
|
1202
1202
|
# DescribeCaptchaUserAllAppId请求参数结构体
|
|
1203
1203
|
class DescribeCaptchaUserAllAppIdRequest < TencentCloud::Common::AbstractModel
|
|
1204
1204
|
|
|
1205
|
-
|
|
1205
|
+
|
|
1206
1206
|
def initialize()
|
|
1207
1207
|
end
|
|
1208
1208
|
|
|
@@ -1224,7 +1224,7 @@ module TencentCloud
|
|
|
1224
1224
|
# @type RequestId: String
|
|
1225
1225
|
|
|
1226
1226
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
1227
|
-
|
|
1227
|
+
|
|
1228
1228
|
def initialize(data=nil, captchacode=nil, captchamsg=nil, requestid=nil)
|
|
1229
1229
|
@Data = data
|
|
1230
1230
|
@CaptchaCode = captchacode
|
|
@@ -1259,7 +1259,7 @@ module TencentCloud
|
|
|
1259
1259
|
# @type Dimension: String
|
|
1260
1260
|
|
|
1261
1261
|
attr_accessor :CaptchaAppId, :StartTimeStr, :EndTimeStr, :Dimension
|
|
1262
|
-
|
|
1262
|
+
|
|
1263
1263
|
def initialize(captchaappid=nil, starttimestr=nil, endtimestr=nil, dimension=nil)
|
|
1264
1264
|
@CaptchaAppId = captchaappid
|
|
1265
1265
|
@StartTimeStr = starttimestr
|
|
@@ -1288,7 +1288,7 @@ module TencentCloud
|
|
|
1288
1288
|
# @type RequestId: String
|
|
1289
1289
|
|
|
1290
1290
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
1291
|
-
|
|
1291
|
+
|
|
1292
1292
|
def initialize(data=nil, captchacode=nil, captchamsg=nil, requestid=nil)
|
|
1293
1293
|
@Data = data
|
|
1294
1294
|
@CaptchaCode = captchacode
|
|
@@ -1319,7 +1319,7 @@ module TencentCloud
|
|
|
1319
1319
|
# @type Dimension: String
|
|
1320
1320
|
|
|
1321
1321
|
attr_accessor :CaptchaAppId, :StartTimeStr, :EndTimeStr, :Dimension
|
|
1322
|
-
|
|
1322
|
+
|
|
1323
1323
|
def initialize(captchaappid=nil, starttimestr=nil, endtimestr=nil, dimension=nil)
|
|
1324
1324
|
@CaptchaAppId = captchaappid
|
|
1325
1325
|
@StartTimeStr = starttimestr
|
|
@@ -1348,7 +1348,7 @@ module TencentCloud
|
|
|
1348
1348
|
# @type RequestId: String
|
|
1349
1349
|
|
|
1350
1350
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
1351
|
-
|
|
1351
|
+
|
|
1352
1352
|
def initialize(data=nil, captchacode=nil, captchamsg=nil, requestid=nil)
|
|
1353
1353
|
@Data = data
|
|
1354
1354
|
@CaptchaCode = captchacode
|
|
@@ -1377,7 +1377,7 @@ module TencentCloud
|
|
|
1377
1377
|
# @type Dimension: String
|
|
1378
1378
|
|
|
1379
1379
|
attr_accessor :StartTimeStr, :EndTimeStr, :Dimension
|
|
1380
|
-
|
|
1380
|
+
|
|
1381
1381
|
def initialize(starttimestr=nil, endtimestr=nil, dimension=nil)
|
|
1382
1382
|
@StartTimeStr = starttimestr
|
|
1383
1383
|
@EndTimeStr = endtimestr
|
|
@@ -1404,7 +1404,7 @@ module TencentCloud
|
|
|
1404
1404
|
# @type RequestId: String
|
|
1405
1405
|
|
|
1406
1406
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
1407
|
-
|
|
1407
|
+
|
|
1408
1408
|
def initialize(data=nil, captchacode=nil, captchamsg=nil, requestid=nil)
|
|
1409
1409
|
@Data = data
|
|
1410
1410
|
@CaptchaCode = captchacode
|
|
@@ -1436,7 +1436,7 @@ module TencentCloud
|
|
|
1436
1436
|
# @type Dimension: String
|
|
1437
1437
|
|
|
1438
1438
|
attr_accessor :StartTimeStr, :EndTimeStr, :Dimension
|
|
1439
|
-
|
|
1439
|
+
|
|
1440
1440
|
def initialize(starttimestr=nil, endtimestr=nil, dimension=nil)
|
|
1441
1441
|
@StartTimeStr = starttimestr
|
|
1442
1442
|
@EndTimeStr = endtimestr
|
|
@@ -1463,7 +1463,7 @@ module TencentCloud
|
|
|
1463
1463
|
# @type RequestId: String
|
|
1464
1464
|
|
|
1465
1465
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
1466
|
-
|
|
1466
|
+
|
|
1467
1467
|
def initialize(data=nil, captchacode=nil, captchamsg=nil, requestid=nil)
|
|
1468
1468
|
@Data = data
|
|
1469
1469
|
@CaptchaCode = captchacode
|
|
@@ -1494,7 +1494,7 @@ module TencentCloud
|
|
|
1494
1494
|
# @type PolicyInterceptPer: Float
|
|
1495
1495
|
|
|
1496
1496
|
attr_accessor :Ftime, :RequestInterceptPer, :AnswerInterceptPer, :PolicyInterceptPer
|
|
1497
|
-
|
|
1497
|
+
|
|
1498
1498
|
def initialize(ftime=nil, requestinterceptper=nil, answerinterceptper=nil, policyinterceptper=nil)
|
|
1499
1499
|
@Ftime = ftime
|
|
1500
1500
|
@RequestInterceptPer = requestinterceptper
|
|
@@ -1563,7 +1563,7 @@ module TencentCloud
|
|
|
1563
1563
|
# @type RiskType: Array
|
|
1564
1564
|
|
|
1565
1565
|
attr_accessor :UserId, :PostTime, :AssociateAccount, :UserIp, :RiskLevel, :RiskType
|
|
1566
|
-
|
|
1566
|
+
|
|
1567
1567
|
def initialize(userid=nil, posttime=nil, associateaccount=nil, userip=nil, risklevel=nil, risktype=nil)
|
|
1568
1568
|
@UserId = userid
|
|
1569
1569
|
@PostTime = posttime
|
|
@@ -1597,7 +1597,7 @@ module TencentCloud
|
|
|
1597
1597
|
# @type RequestIntercept: Integer
|
|
1598
1598
|
|
|
1599
1599
|
attr_accessor :Ftime, :RequestAction, :RequestVerify, :RequestThroughput, :RequestIntercept
|
|
1600
|
-
|
|
1600
|
+
|
|
1601
1601
|
def initialize(ftime=nil, requestaction=nil, requestverify=nil, requestthroughput=nil, requestintercept=nil)
|
|
1602
1602
|
@Ftime = ftime
|
|
1603
1603
|
@RequestAction = requestaction
|
|
@@ -1623,7 +1623,7 @@ module TencentCloud
|
|
|
1623
1623
|
# @type Amount: Integer
|
|
1624
1624
|
|
|
1625
1625
|
attr_accessor :DateKey, :Amount
|
|
1626
|
-
|
|
1626
|
+
|
|
1627
1627
|
def initialize(datekey=nil, amount=nil)
|
|
1628
1628
|
@DateKey = datekey
|
|
1629
1629
|
@Amount = amount
|
|
@@ -1647,7 +1647,7 @@ module TencentCloud
|
|
|
1647
1647
|
# @type TicketIntercept: Integer
|
|
1648
1648
|
|
|
1649
1649
|
attr_accessor :Ftime, :TicketCount, :TicketThroughput, :TicketIntercept
|
|
1650
|
-
|
|
1650
|
+
|
|
1651
1651
|
def initialize(ftime=nil, ticketcount=nil, ticketthroughput=nil, ticketintercept=nil)
|
|
1652
1652
|
@Ftime = ftime
|
|
1653
1653
|
@TicketCount = ticketcount
|
|
@@ -1671,7 +1671,7 @@ module TencentCloud
|
|
|
1671
1671
|
# @type Intercept: Integer
|
|
1672
1672
|
|
|
1673
1673
|
attr_accessor :DateKey, :Intercept
|
|
1674
|
-
|
|
1674
|
+
|
|
1675
1675
|
def initialize(datekey=nil, intercept=nil)
|
|
1676
1676
|
@DateKey = datekey
|
|
1677
1677
|
@Intercept = intercept
|
|
@@ -1691,7 +1691,7 @@ module TencentCloud
|
|
|
1691
1691
|
# @type Through: Integer
|
|
1692
1692
|
|
|
1693
1693
|
attr_accessor :DateKey, :Through
|
|
1694
|
-
|
|
1694
|
+
|
|
1695
1695
|
def initialize(datekey=nil, through=nil)
|
|
1696
1696
|
@DateKey = datekey
|
|
1697
1697
|
@Through = through
|
|
@@ -1733,7 +1733,7 @@ module TencentCloud
|
|
|
1733
1733
|
# @type TrafficThreshold: Integer
|
|
1734
1734
|
|
|
1735
1735
|
attr_accessor :CaptchaAppId, :AppName, :DomainLimit, :SceneType, :CapType, :EvilInterceptGrade, :SmartVerify, :SmartEngine, :SchemeColor, :CaptchaLanguage, :MailAlarm, :TopFullScreen, :TrafficThreshold
|
|
1736
|
-
|
|
1736
|
+
|
|
1737
1737
|
def initialize(captchaappid=nil, appname=nil, domainlimit=nil, scenetype=nil, captype=nil, evilinterceptgrade=nil, smartverify=nil, smartengine=nil, schemecolor=nil, captchalanguage=nil, mailalarm=nil, topfullscreen=nil, trafficthreshold=nil)
|
|
1738
1738
|
@CaptchaAppId = captchaappid
|
|
1739
1739
|
@AppName = appname
|
|
@@ -1778,7 +1778,7 @@ module TencentCloud
|
|
|
1778
1778
|
# @type RequestId: String
|
|
1779
1779
|
|
|
1780
1780
|
attr_accessor :CaptchaCode, :CaptchaMsg, :RequestId
|
|
1781
|
-
|
|
1781
|
+
|
|
1782
1782
|
def initialize(captchacode=nil, captchamsg=nil, requestid=nil)
|
|
1783
1783
|
@CaptchaCode = captchacode
|
|
1784
1784
|
@CaptchaMsg = captchamsg
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-captcha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|