Class: TencentCloud::Teo::V20220901::DeleteMultiPathGatewayResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::DeleteMultiPathGatewayResponse
- Defined in:
- lib/v20220901/models.rb
Overview
DeleteMultiPathGateway返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteMultiPathGatewayResponse
constructor
A new instance of DeleteMultiPathGatewayResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteMultiPathGatewayResponse
Returns a new instance of DeleteMultiPathGatewayResponse.
6824 6825 6826 |
# File 'lib/v20220901/models.rb', line 6824 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6822 6823 6824 |
# File 'lib/v20220901/models.rb', line 6822 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6828 6829 6830 |
# File 'lib/v20220901/models.rb', line 6828 def deserialize(params) @RequestId = params['RequestId'] end |