Class: TencentCloud::Captcha::V20190722::InterceptPerTrendObj

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190722/models.rb

Overview

拦截率趋势obj

Instance Attribute Summary collapse

Instance Method Summary collapse

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, policyinterceptper=nil)
  @Ftime = ftime
  @RequestInterceptPer = requestinterceptper
  @AnswerInterceptPer = answerinterceptper
  @PolicyInterceptPer = policyinterceptper
end

Instance Attribute Details

#AnswerInterceptPerObject

Parameters:

  • Ftime:

    时间参数

  • RequestInterceptPer:

    拦截率

  • AnswerInterceptPer:

    答案拦截率

  • PolicyInterceptPer:

    策略拦截率



1593
1594
1595
# File 'lib/v20190722/models.rb', line 1593

def AnswerInterceptPer
  @AnswerInterceptPer
end

#FtimeObject

Parameters:

  • Ftime:

    时间参数

  • RequestInterceptPer:

    拦截率

  • AnswerInterceptPer:

    答案拦截率

  • PolicyInterceptPer:

    策略拦截率



1593
1594
1595
# File 'lib/v20190722/models.rb', line 1593

def Ftime
  @Ftime
end

#PolicyInterceptPerObject

Parameters:

  • Ftime:

    时间参数

  • RequestInterceptPer:

    拦截率

  • AnswerInterceptPer:

    答案拦截率

  • PolicyInterceptPer:

    策略拦截率



1593
1594
1595
# File 'lib/v20190722/models.rb', line 1593

def PolicyInterceptPer
  @PolicyInterceptPer
end

#RequestInterceptPerObject

Parameters:

  • Ftime:

    时间参数

  • RequestInterceptPer:

    拦截率

  • AnswerInterceptPer:

    答案拦截率

  • PolicyInterceptPer:

    策略拦截率



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