Class: TencentCloud::Captcha::V20190722::UpdateCaptchaAppIdInfoResponse

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

Overview

UpdateCaptchaAppIdInfo返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(captchacode = nil, captchamsg = nil, requestid = nil) ⇒ UpdateCaptchaAppIdInfoResponse



1915
1916
1917
1918
1919
# File 'lib/v20190722/models.rb', line 1915

def initialize(captchacode=nil, captchamsg=nil, requestid=nil)
  @CaptchaCode = captchacode
  @CaptchaMsg = captchamsg
  @RequestId = requestid
end

Instance Attribute Details

#CaptchaCodeObject



1913
1914
1915
# File 'lib/v20190722/models.rb', line 1913

def CaptchaCode
  @CaptchaCode
end

#CaptchaMsgObject



1913
1914
1915
# File 'lib/v20190722/models.rb', line 1913

def CaptchaMsg
  @CaptchaMsg
end

#RequestIdObject



1913
1914
1915
# File 'lib/v20190722/models.rb', line 1913

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



1921
1922
1923
1924
1925
# File 'lib/v20190722/models.rb', line 1921

def deserialize(params)
  @CaptchaCode = params['CaptchaCode']
  @CaptchaMsg = params['CaptchaMsg']
  @RequestId = params['RequestId']
end