Class: TencentCloud::Lighthouse::V20200324::StopMcpServersResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::StopMcpServersResponse
- Defined in:
- lib/v20200324/models.rb
Overview
StopMcpServers返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopMcpServersResponse
constructor
A new instance of StopMcpServersResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopMcpServersResponse
Returns a new instance of StopMcpServersResponse.
8543 8544 8545 |
# File 'lib/v20200324/models.rb', line 8543 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8541 8542 8543 |
# File 'lib/v20200324/models.rb', line 8541 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8547 8548 8549 |
# File 'lib/v20200324/models.rb', line 8547 def deserialize(params) @RequestId = params['RequestId'] end |