Class: TencentCloud::Captcha::V20190722::CaptchaUserAllAppId
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::CaptchaUserAllAppId
- Defined in:
- lib/v20190722/models.rb
Overview
用户注册的APPID和应用名称对象
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(captchaappid = nil, appname = nil, tcappid = nil, channelinfo = nil) ⇒ CaptchaUserAllAppId
constructor
A new instance of CaptchaUserAllAppId.
Constructor Details
#initialize(captchaappid = nil, appname = nil, tcappid = nil, channelinfo = nil) ⇒ CaptchaUserAllAppId
Returns a new instance of CaptchaUserAllAppId.
330 331 332 333 334 335 |
# File 'lib/v20190722/models.rb', line 330 def initialize(captchaappid=nil, appname=nil, tcappid=nil, channelinfo=nil) @CaptchaAppId = captchaappid @AppName = appname @TcAppId = tcappid @ChannelInfo = channelinfo end |
Instance Attribute Details
#AppName ⇒ Object
328 329 330 |
# File 'lib/v20190722/models.rb', line 328 def AppName @AppName end |
#CaptchaAppId ⇒ Object
328 329 330 |
# File 'lib/v20190722/models.rb', line 328 def CaptchaAppId @CaptchaAppId end |
#ChannelInfo ⇒ Object
328 329 330 |
# File 'lib/v20190722/models.rb', line 328 def ChannelInfo @ChannelInfo end |
#TcAppId ⇒ Object
328 329 330 |
# File 'lib/v20190722/models.rb', line 328 def TcAppId @TcAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
337 338 339 340 341 342 |
# File 'lib/v20190722/models.rb', line 337 def deserialize(params) @CaptchaAppId = params['CaptchaAppId'] @AppName = params['AppName'] @TcAppId = params['TcAppId'] @ChannelInfo = params['ChannelInfo'] end |