Class: TencentCloud::Captcha::V20190722::TicketCheckTrendObj

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, ticketcount = nil, ticketthroughput = nil, ticketintercept = nil) ⇒ TicketCheckTrendObj

Returns a new instance of TicketCheckTrendObj.



1785
1786
1787
1788
1789
1790
# File 'lib/v20190722/models.rb', line 1785

def initialize(ftime=nil, ticketcount=nil, ticketthroughput=nil, ticketintercept=nil)
  @Ftime = ftime
  @TicketCount = ticketcount
  @TicketThroughput = ticketthroughput
  @TicketIntercept = ticketintercept
end

Instance Attribute Details

#FtimeObject

Parameters:

  • Ftime:

    时间参数

  • TicketCount:

    票据校验量

  • TicketThroughput:

    票据通过量

  • TicketIntercept:

    票据拦截量



1783
1784
1785
# File 'lib/v20190722/models.rb', line 1783

def Ftime
  @Ftime
end

#TicketCountObject

Parameters:

  • Ftime:

    时间参数

  • TicketCount:

    票据校验量

  • TicketThroughput:

    票据通过量

  • TicketIntercept:

    票据拦截量



1783
1784
1785
# File 'lib/v20190722/models.rb', line 1783

def TicketCount
  @TicketCount
end

#TicketInterceptObject

Parameters:

  • Ftime:

    时间参数

  • TicketCount:

    票据校验量

  • TicketThroughput:

    票据通过量

  • TicketIntercept:

    票据拦截量



1783
1784
1785
# File 'lib/v20190722/models.rb', line 1783

def TicketIntercept
  @TicketIntercept
end

#TicketThroughputObject

Parameters:

  • Ftime:

    时间参数

  • TicketCount:

    票据校验量

  • TicketThroughput:

    票据通过量

  • TicketIntercept:

    票据拦截量



1783
1784
1785
# File 'lib/v20190722/models.rb', line 1783

def TicketThroughput
  @TicketThroughput
end

Instance Method Details

#deserialize(params) ⇒ Object



1792
1793
1794
1795
1796
1797
# File 'lib/v20190722/models.rb', line 1792

def deserialize(params)
  @Ftime = params['Ftime']
  @TicketCount = params['TicketCount']
  @TicketThroughput = params['TicketThroughput']
  @TicketIntercept = params['TicketIntercept']
end