Class: TencentCloud::Captcha::V20190722::DescribeCaptchaAppIdInfoRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::DescribeCaptchaAppIdInfoRequest
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaAppIdInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(captchaappid = nil) ⇒ DescribeCaptchaAppIdInfoRequest
constructor
A new instance of DescribeCaptchaAppIdInfoRequest.
Constructor Details
#initialize(captchaappid = nil) ⇒ DescribeCaptchaAppIdInfoRequest
352 353 354 |
# File 'lib/v20190722/models.rb', line 352 def initialize(captchaappid=nil) @CaptchaAppId = captchaappid end |
Instance Attribute Details
#CaptchaAppId ⇒ Object
350 351 352 |
# File 'lib/v20190722/models.rb', line 350 def CaptchaAppId @CaptchaAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
356 357 358 |
# File 'lib/v20190722/models.rb', line 356 def deserialize(params) @CaptchaAppId = params['CaptchaAppId'] end |