Class: TencentCloud::Lighthouse::V20200324::RestartMcpServersResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::RestartMcpServersResponse
- Defined in:
- lib/v20200324/models.rb
Overview
RestartMcpServers返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RestartMcpServersResponse
constructor
A new instance of RestartMcpServersResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RestartMcpServersResponse
Returns a new instance of RestartMcpServersResponse.
8022 8023 8024 |
# File 'lib/v20200324/models.rb', line 8022 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8020 8021 8022 |
# File 'lib/v20200324/models.rb', line 8020 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8026 8027 8028 |
# File 'lib/v20200324/models.rb', line 8026 def deserialize(params) @RequestId = params['RequestId'] end |