Class: TencentCloud::Teo::V20220901::TCCaptchaOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::TCCaptchaOption
- Defined in:
- lib/v20220901/models.rb
Overview
验证码认证实例信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(captchaappid = nil, appsecretkey = nil) ⇒ TCCaptchaOption
constructor
A new instance of TCCaptchaOption.
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
#AppSecretKey ⇒ Object
22159 22160 22161 |
# File 'lib/v20220901/models.rb', line 22159 def AppSecretKey @AppSecretKey end |
#CaptchaAppId ⇒ Object
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 |