Class: TencentCloud::Teo::V20220901::CreateMultiPathGatewayResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::CreateMultiPathGatewayResponse
- Defined in:
- lib/v20220901/models.rb
Overview
CreateMultiPathGateway返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, requestid = nil) ⇒ CreateMultiPathGatewayResponse
constructor
A new instance of CreateMultiPathGatewayResponse.
Constructor Details
#initialize(gatewayid = nil, requestid = nil) ⇒ CreateMultiPathGatewayResponse
Returns a new instance of CreateMultiPathGatewayResponse.
4697 4698 4699 4700 |
# File 'lib/v20220901/models.rb', line 4697 def initialize(gatewayid=nil, requestid=nil) @GatewayId = gatewayid @RequestId = requestid end |
Instance Attribute Details
#GatewayId ⇒ Object
4695 4696 4697 |
# File 'lib/v20220901/models.rb', line 4695 def GatewayId @GatewayId end |
#RequestId ⇒ Object
4695 4696 4697 |
# File 'lib/v20220901/models.rb', line 4695 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4702 4703 4704 4705 |
# File 'lib/v20220901/models.rb', line 4702 def deserialize(params) @GatewayId = params['GatewayId'] @RequestId = params['RequestId'] end |