Class: TencentCloud::Captcha::V20190722::DescribeCaptchaOperDataRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::DescribeCaptchaOperDataRequest
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaOperData请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(captchaappid = nil, start = nil, type = nil, _end = nil) ⇒ DescribeCaptchaOperDataRequest
constructor
A new instance of DescribeCaptchaOperDataRequest.
Constructor Details
#initialize(captchaappid = nil, start = nil, type = nil, _end = nil) ⇒ DescribeCaptchaOperDataRequest
Returns a new instance of DescribeCaptchaOperDataRequest.
968 969 970 971 972 973 |
# File 'lib/v20190722/models.rb', line 968 def initialize(captchaappid=nil, start=nil, type=nil, _end=nil) @CaptchaAppId = captchaappid @Start = start @Type = type @End = _end end |
Instance Attribute Details
#CaptchaAppId ⇒ Object
966 967 968 |
# File 'lib/v20190722/models.rb', line 966 def CaptchaAppId @CaptchaAppId end |
#End ⇒ Object
966 967 968 |
# File 'lib/v20190722/models.rb', line 966 def End @End end |
#Start ⇒ Object
966 967 968 |
# File 'lib/v20190722/models.rb', line 966 def Start @Start end |
#Type ⇒ Object
966 967 968 |
# File 'lib/v20190722/models.rb', line 966 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
975 976 977 978 979 980 |
# File 'lib/v20190722/models.rb', line 975 def deserialize(params) @CaptchaAppId = params['CaptchaAppId'] @Start = params['Start'] @Type = params['Type'] @End = params['End'] end |