Class: TencentCloud::Mna::V20210119::UpdateL3SwitchResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::UpdateL3SwitchResponse
- Defined in:
- lib/v20210119/models.rb
Overview
UpdateL3Switch返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateL3SwitchResponse
constructor
A new instance of UpdateL3SwitchResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateL3SwitchResponse
Returns a new instance of UpdateL3SwitchResponse.
2873 2874 2875 |
# File 'lib/v20210119/models.rb', line 2873 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2871 2872 2873 |
# File 'lib/v20210119/models.rb', line 2871 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2877 2878 2879 |
# File 'lib/v20210119/models.rb', line 2877 def deserialize(params) @RequestId = params['RequestId'] end |