Class: TencentCloud::Captcha::V20190722::TicketThroughUnit
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::TicketThroughUnit
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaTicketData 返回的数据结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(datekey = nil, through = nil) ⇒ TicketThroughUnit
constructor
A new instance of TicketThroughUnit.
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
#DateKey ⇒ Object
1827 1828 1829 |
# File 'lib/v20190722/models.rb', line 1827 def DateKey @DateKey end |
#Through ⇒ Object
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 |