Class: TencentCloud::Teo::V20220901::TCCaptchaOption

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

Overview

验证码认证实例信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(captchaappid = nil, appsecretkey = nil) ⇒ TCCaptchaOption



22161
22162
22163
22164
# File 'lib/v20220901/models.rb', line 22161

def initialize(captchaappid=nil, appsecretkey=nil)
  @CaptchaAppId = captchaappid
  @AppSecretKey = appsecretkey
end

Instance Attribute Details

#AppSecretKeyObject



22159
22160
22161
# File 'lib/v20220901/models.rb', line 22159

def AppSecretKey
  @AppSecretKey
end

#CaptchaAppIdObject



22159
22160
22161
# File 'lib/v20220901/models.rb', line 22159

def CaptchaAppId
  @CaptchaAppId
end

Instance Method Details

#deserialize(params) ⇒ Object



22166
22167
22168
22169
# File 'lib/v20220901/models.rb', line 22166

def deserialize(params)
  @CaptchaAppId = params['CaptchaAppId']
  @AppSecretKey = params['AppSecretKey']
end