Class: TencentCloud::Captcha::V20190722::InterceptPerTrendObj
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::InterceptPerTrendObj
- Defined in:
- lib/v20190722/models.rb
Overview
拦截率趋势obj
Instance Attribute Summary collapse
- #AnswerInterceptPer ⇒ Object
- #Ftime ⇒ Object
- #PolicyInterceptPer ⇒ Object
- #RequestInterceptPer ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ftime = nil, requestinterceptper = nil, answerinterceptper = nil, policyinterceptper = nil) ⇒ InterceptPerTrendObj
constructor
A new instance of InterceptPerTrendObj.
Constructor Details
#initialize(ftime = nil, requestinterceptper = nil, answerinterceptper = nil, policyinterceptper = nil) ⇒ InterceptPerTrendObj
Returns a new instance of InterceptPerTrendObj.
1595 1596 1597 1598 1599 1600 |
# File 'lib/v20190722/models.rb', line 1595 def initialize(ftime=nil, requestinterceptper=nil, answerinterceptper=nil, =nil) @Ftime = ftime @RequestInterceptPer = requestinterceptper @AnswerInterceptPer = answerinterceptper @PolicyInterceptPer = end |
Instance Attribute Details
#AnswerInterceptPer ⇒ Object
1593 1594 1595 |
# File 'lib/v20190722/models.rb', line 1593 def AnswerInterceptPer @AnswerInterceptPer end |
#Ftime ⇒ Object
1593 1594 1595 |
# File 'lib/v20190722/models.rb', line 1593 def Ftime @Ftime end |
#PolicyInterceptPer ⇒ Object
1593 1594 1595 |
# File 'lib/v20190722/models.rb', line 1593 def PolicyInterceptPer @PolicyInterceptPer end |
#RequestInterceptPer ⇒ Object
1593 1594 1595 |
# File 'lib/v20190722/models.rb', line 1593 def RequestInterceptPer @RequestInterceptPer end |
Instance Method Details
#deserialize(params) ⇒ Object
1602 1603 1604 1605 1606 1607 |
# File 'lib/v20190722/models.rb', line 1602 def deserialize(params) @Ftime = params['Ftime'] @RequestInterceptPer = params['RequestInterceptPer'] @AnswerInterceptPer = params['AnswerInterceptPer'] @PolicyInterceptPer = params['PolicyInterceptPer'] end |