Class: TencentCloud::Teo::V20220901::DescribeMultiPathGatewayOriginACLResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::DescribeMultiPathGatewayOriginACLResponse
- Defined in:
- lib/v20220901/models.rb
Overview
DescribeMultiPathGatewayOriginACL返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(multipathgatewayoriginaclinfo = nil, requestid = nil) ⇒ DescribeMultiPathGatewayOriginACLResponse
constructor
A new instance of DescribeMultiPathGatewayOriginACLResponse.
Constructor Details
#initialize(multipathgatewayoriginaclinfo = nil, requestid = nil) ⇒ DescribeMultiPathGatewayOriginACLResponse
Returns a new instance of DescribeMultiPathGatewayOriginACLResponse.
9434 9435 9436 9437 |
# File 'lib/v20220901/models.rb', line 9434 def initialize(multipathgatewayoriginaclinfo=nil, requestid=nil) @MultiPathGatewayOriginACLInfo = multipathgatewayoriginaclinfo @RequestId = requestid end |
Instance Attribute Details
#MultiPathGatewayOriginACLInfo ⇒ Object
9432 9433 9434 |
# File 'lib/v20220901/models.rb', line 9432 def MultiPathGatewayOriginACLInfo @MultiPathGatewayOriginACLInfo end |
#RequestId ⇒ Object
9432 9433 9434 |
# File 'lib/v20220901/models.rb', line 9432 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9439 9440 9441 9442 9443 9444 9445 |
# File 'lib/v20220901/models.rb', line 9439 def deserialize(params) unless params['MultiPathGatewayOriginACLInfo'].nil? @MultiPathGatewayOriginACLInfo = MultiPathGatewayOriginACLInfo.new @MultiPathGatewayOriginACLInfo.deserialize(params['MultiPathGatewayOriginACLInfo']) end @RequestId = params['RequestId'] end |