Class: TencentCloud::Lighthouse::V20200324::StopMcpServersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::StopMcpServersRequest
- Defined in:
- lib/v20200324/models.rb
Overview
StopMcpServers请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, mcpserverids = nil) ⇒ StopMcpServersRequest
constructor
A new instance of StopMcpServersRequest.
Constructor Details
#initialize(instanceid = nil, mcpserverids = nil) ⇒ StopMcpServersRequest
Returns a new instance of StopMcpServersRequest.
8525 8526 8527 8528 |
# File 'lib/v20200324/models.rb', line 8525 def initialize(instanceid=nil, mcpserverids=nil) @InstanceId = instanceid @McpServerIds = mcpserverids end |
Instance Attribute Details
#InstanceId ⇒ Object
8523 8524 8525 |
# File 'lib/v20200324/models.rb', line 8523 def InstanceId @InstanceId end |
#McpServerIds ⇒ Object
8523 8524 8525 |
# File 'lib/v20200324/models.rb', line 8523 def McpServerIds @McpServerIds end |
Instance Method Details
#deserialize(params) ⇒ Object
8530 8531 8532 8533 |
# File 'lib/v20200324/models.rb', line 8530 def deserialize(params) @InstanceId = params['InstanceId'] @McpServerIds = params['McpServerIds'] end |