Class: TencentCloud::Captcha::V20190722::DescribeCaptchaAppIdInfoRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190722/models.rb

Overview

DescribeCaptchaAppIdInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CaptchaAppIdObject



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