Class: TencentCloud::Teo::V20220901::ModifyCustomErrorPageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::ModifyCustomErrorPageResponse
- Defined in:
- lib/v20220901/models.rb
Overview
ModifyCustomErrorPage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyCustomErrorPageResponse
constructor
A new instance of ModifyCustomErrorPageResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyCustomErrorPageResponse
Returns a new instance of ModifyCustomErrorPageResponse.
15784 15785 15786 |
# File 'lib/v20220901/models.rb', line 15784 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15782 15783 15784 |
# File 'lib/v20220901/models.rb', line 15782 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15788 15789 15790 |
# File 'lib/v20220901/models.rb', line 15788 def deserialize(params) @RequestId = params['RequestId'] end |