Class: TencentCloud::Mna::V20210119::UpdateL3ConnResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::UpdateL3ConnResponse
- Defined in:
- lib/v20210119/models.rb
Overview
UpdateL3Conn返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateL3ConnResponse
constructor
A new instance of UpdateL3ConnResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateL3ConnResponse
Returns a new instance of UpdateL3ConnResponse.
2837 2838 2839 |
# File 'lib/v20210119/models.rb', line 2837 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2835 2836 2837 |
# File 'lib/v20210119/models.rb', line 2835 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2841 2842 2843 |
# File 'lib/v20210119/models.rb', line 2841 def deserialize(params) @RequestId = params['RequestId'] end |