Class: TencentCloud::Teo::V20220901::DeleteCustomErrorPageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::DeleteCustomErrorPageResponse
- Defined in:
- lib/v20220901/models.rb
Overview
DeleteCustomErrorPage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCustomErrorPageResponse
constructor
A new instance of DeleteCustomErrorPageResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCustomErrorPageResponse
Returns a new instance of DeleteCustomErrorPageResponse.
6456 6457 6458 |
# File 'lib/v20220901/models.rb', line 6456 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6454 6455 6456 |
# File 'lib/v20220901/models.rb', line 6454 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6460 6461 6462 |
# File 'lib/v20220901/models.rb', line 6460 def deserialize(params) @RequestId = params['RequestId'] end |