Class: TencentCloud::Captcha::V20190722::TicketThroughUnit

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

Overview

DescribeCaptchaTicketData 返回的数据结构

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(datekey = nil, through = nil) ⇒ TicketThroughUnit

Returns a new instance of TicketThroughUnit.



1829
1830
1831
1832
# File 'lib/v20190722/models.rb', line 1829

def initialize(datekey=nil, through=nil)
  @DateKey = datekey
  @Through = through
end

Instance Attribute Details

#DateKeyObject

Parameters:

  • DateKey:

    时间

  • Through:

    票据验证的通过量



1827
1828
1829
# File 'lib/v20190722/models.rb', line 1827

def DateKey
  @DateKey
end

#ThroughObject

Parameters:

  • DateKey:

    时间

  • Through:

    票据验证的通过量



1827
1828
1829
# File 'lib/v20190722/models.rb', line 1827

def Through
  @Through
end

Instance Method Details

#deserialize(params) ⇒ Object



1834
1835
1836
1837
# File 'lib/v20190722/models.rb', line 1834

def deserialize(params)
  @DateKey = params['DateKey']
  @Through = params['Through']
end