Class: TencentCloud::Mna::V20210119::AddL3ConnResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::AddL3ConnResponse
- Defined in:
- lib/v20210119/models.rb
Overview
AddL3Conn返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(l3connid = nil, requestid = nil) ⇒ AddL3ConnResponse
constructor
A new instance of AddL3ConnResponse.
Constructor Details
#initialize(l3connid = nil, requestid = nil) ⇒ AddL3ConnResponse
Returns a new instance of AddL3ConnResponse.
364 365 366 367 |
# File 'lib/v20210119/models.rb', line 364 def initialize(l3connid=nil, requestid=nil) @L3ConnId = l3connid @RequestId = requestid end |
Instance Attribute Details
#L3ConnId ⇒ Object
362 363 364 |
# File 'lib/v20210119/models.rb', line 362 def L3ConnId @L3ConnId end |
#RequestId ⇒ Object
362 363 364 |
# File 'lib/v20210119/models.rb', line 362 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
369 370 371 372 |
# File 'lib/v20210119/models.rb', line 369 def deserialize(params) @L3ConnId = params['L3ConnId'] @RequestId = params['RequestId'] end |