Class: TencentCloud::Teo::V20220901::ReturnCustomPageActionParameters

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

Overview

Web安全自定义页面的附加参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(responsecode = nil, errorpageid = nil) ⇒ ReturnCustomPageActionParameters

Returns a new instance of ReturnCustomPageActionParameters.



20215
20216
20217
20218
# File 'lib/v20220901/models.rb', line 20215

def initialize(responsecode=nil, errorpageid=nil)
  @ResponseCode = responsecode
  @ErrorPageId = errorpageid
end

Instance Attribute Details

#ErrorPageIdObject

Parameters:

  • ResponseCode:

    响应状态码。

  • ErrorPageId:

    响应的自定义页面ID。



20213
20214
20215
# File 'lib/v20220901/models.rb', line 20213

def ErrorPageId
  @ErrorPageId
end

#ResponseCodeObject

Parameters:

  • ResponseCode:

    响应状态码。

  • ErrorPageId:

    响应的自定义页面ID。



20213
20214
20215
# File 'lib/v20220901/models.rb', line 20213

def ResponseCode
  @ResponseCode
end

Instance Method Details

#deserialize(params) ⇒ Object



20220
20221
20222
20223
# File 'lib/v20220901/models.rb', line 20220

def deserialize(params)
  @ResponseCode = params['ResponseCode']
  @ErrorPageId = params['ErrorPageId']
end