Class: TencentCloud::Captcha::V20190722::TicketCheckTrendObj
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::TicketCheckTrendObj
- Defined in:
- lib/v20190722/models.rb
Overview
验证码票据校验趋势obj
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ftime = nil, ticketcount = nil, ticketthroughput = nil, ticketintercept = nil) ⇒ TicketCheckTrendObj
constructor
A new instance of TicketCheckTrendObj.
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
#Ftime ⇒ Object
1783 1784 1785 |
# File 'lib/v20190722/models.rb', line 1783 def Ftime @Ftime end |
#TicketCount ⇒ Object
1783 1784 1785 |
# File 'lib/v20190722/models.rb', line 1783 def TicketCount @TicketCount end |
#TicketIntercept ⇒ Object
1783 1784 1785 |
# File 'lib/v20190722/models.rb', line 1783 def TicketIntercept @TicketIntercept end |
#TicketThroughput ⇒ Object
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 |