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

Returns a new instance of 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

Parameters:

  • CaptchaCode:

    返回码 0 成功,其它失败

  • CaptchaMsg:

    返回操作信息

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



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

def CaptchaCode
  @CaptchaCode
end

#CaptchaMsgObject

Parameters:

  • CaptchaCode:

    返回码 0 成功,其它失败

  • CaptchaMsg:

    返回操作信息

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



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

def CaptchaMsg
  @CaptchaMsg
end

#RequestIdObject

Parameters:

  • CaptchaCode:

    返回码 0 成功,其它失败

  • CaptchaMsg:

    返回操作信息

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



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