Class: TencentCloud::Captcha::V20190722::CaptchaOperDataInterceptUnit
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::CaptchaOperDataInterceptUnit
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaOperData方法 拦截情况type = 2 返回的数据结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(datekey = nil, allstopcnt = nil, picstopcnt = nil, strategystopcnt = nil) ⇒ CaptchaOperDataInterceptUnit
constructor
A new instance of CaptchaOperDataInterceptUnit.
Constructor Details
#initialize(datekey = nil, allstopcnt = nil, picstopcnt = nil, strategystopcnt = nil) ⇒ CaptchaOperDataInterceptUnit
Returns a new instance of CaptchaOperDataInterceptUnit.
33 34 35 36 37 38 |
# File 'lib/v20190722/models.rb', line 33 def initialize(datekey=nil, allstopcnt=nil, picstopcnt=nil, strategystopcnt=nil) @DateKey = datekey @AllStopCnt = allstopcnt @PicStopCnt = picstopcnt @StrategyStopCnt = strategystopcnt end |
Instance Attribute Details
#AllStopCnt ⇒ Object
31 32 33 |
# File 'lib/v20190722/models.rb', line 31 def AllStopCnt @AllStopCnt end |
#DateKey ⇒ Object
31 32 33 |
# File 'lib/v20190722/models.rb', line 31 def DateKey @DateKey end |
#PicStopCnt ⇒ Object
31 32 33 |
# File 'lib/v20190722/models.rb', line 31 def PicStopCnt @PicStopCnt end |
#StrategyStopCnt ⇒ Object
31 32 33 |
# File 'lib/v20190722/models.rb', line 31 def StrategyStopCnt @StrategyStopCnt end |
Instance Method Details
#deserialize(params) ⇒ Object
40 41 42 43 44 45 |
# File 'lib/v20190722/models.rb', line 40 def deserialize(params) @DateKey = params['DateKey'] @AllStopCnt = params['AllStopCnt'] @PicStopCnt = params['PicStopCnt'] @StrategyStopCnt = params['StrategyStopCnt'] end |