Class: TencentCloud::Mna::V20210119::DeleteL3ConnResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::DeleteL3ConnResponse
- Defined in:
- lib/v20210119/models.rb
Overview
DeleteL3Conn返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteL3ConnResponse
constructor
A new instance of DeleteL3ConnResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteL3ConnResponse
Returns a new instance of DeleteL3ConnResponse.
493 494 495 |
# File 'lib/v20210119/models.rb', line 493 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
491 492 493 |
# File 'lib/v20210119/models.rb', line 491 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
497 498 499 |
# File 'lib/v20210119/models.rb', line 497 def deserialize(params) @RequestId = params['RequestId'] end |