Class: TencentCloud::Captcha::V20190722::DescribeCaptchaDataRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::DescribeCaptchaDataRequest
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaData请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(captchaappid = nil, start = nil, _end = nil, type = nil) ⇒ DescribeCaptchaDataRequest
constructor
A new instance of DescribeCaptchaDataRequest.
Constructor Details
#initialize(captchaappid = nil, start = nil, _end = nil, type = nil) ⇒ DescribeCaptchaDataRequest
Returns a new instance of DescribeCaptchaDataRequest.
451 452 453 454 455 456 |
# File 'lib/v20190722/models.rb', line 451 def initialize(captchaappid=nil, start=nil, _end=nil, type=nil) @CaptchaAppId = captchaappid @Start = start @End = _end @Type = type end |
Instance Attribute Details
#CaptchaAppId ⇒ Object
449 450 451 |
# File 'lib/v20190722/models.rb', line 449 def CaptchaAppId @CaptchaAppId end |
#End ⇒ Object
449 450 451 |
# File 'lib/v20190722/models.rb', line 449 def End @End end |
#Start ⇒ Object
449 450 451 |
# File 'lib/v20190722/models.rb', line 449 def Start @Start end |
#Type ⇒ Object
449 450 451 |
# File 'lib/v20190722/models.rb', line 449 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
458 459 460 461 462 463 |
# File 'lib/v20190722/models.rb', line 458 def deserialize(params) @CaptchaAppId = params['CaptchaAppId'] @Start = params['Start'] @End = params['End'] @Type = params['Type'] end |