Class: TencentCloud::Captcha::V20190722::DescribeCaptchaMiniOperDataRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::DescribeCaptchaMiniOperDataRequest
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaMiniOperData请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(captchaappid = nil, start = nil, type = nil, _end = nil) ⇒ DescribeCaptchaMiniOperDataRequest
constructor
A new instance of DescribeCaptchaMiniOperDataRequest.
Constructor Details
#initialize(captchaappid = nil, start = nil, type = nil, _end = nil) ⇒ DescribeCaptchaMiniOperDataRequest
Returns a new instance of DescribeCaptchaMiniOperDataRequest.
729 730 731 732 733 734 |
# File 'lib/v20190722/models.rb', line 729 def initialize(captchaappid=nil, start=nil, type=nil, _end=nil) @CaptchaAppId = captchaappid @Start = start @Type = type @End = _end end |
Instance Attribute Details
#CaptchaAppId ⇒ Object
727 728 729 |
# File 'lib/v20190722/models.rb', line 727 def CaptchaAppId @CaptchaAppId end |
#End ⇒ Object
727 728 729 |
# File 'lib/v20190722/models.rb', line 727 def End @End end |
#Start ⇒ Object
727 728 729 |
# File 'lib/v20190722/models.rb', line 727 def Start @Start end |
#Type ⇒ Object
727 728 729 |
# File 'lib/v20190722/models.rb', line 727 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
736 737 738 739 740 741 |
# File 'lib/v20190722/models.rb', line 736 def deserialize(params) @CaptchaAppId = params['CaptchaAppId'] @Start = params['Start'] @Type = params['Type'] @End = params['End'] end |