Class: TencentCloud::Lighthouse::V20200324::StartMcpServersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::StartMcpServersRequest
- Defined in:
- lib/v20200324/models.rb
Overview
StartMcpServers请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, mcpserverids = nil) ⇒ StartMcpServersRequest
constructor
A new instance of StartMcpServersRequest.
Constructor Details
#initialize(instanceid = nil, mcpserverids = nil) ⇒ StartMcpServersRequest
Returns a new instance of StartMcpServersRequest.
8408 8409 8410 8411 |
# File 'lib/v20200324/models.rb', line 8408 def initialize(instanceid=nil, mcpserverids=nil) @InstanceId = instanceid @McpServerIds = mcpserverids end |
Instance Attribute Details
#InstanceId ⇒ Object
8406 8407 8408 |
# File 'lib/v20200324/models.rb', line 8406 def InstanceId @InstanceId end |
#McpServerIds ⇒ Object
8406 8407 8408 |
# File 'lib/v20200324/models.rb', line 8406 def McpServerIds @McpServerIds end |
Instance Method Details
#deserialize(params) ⇒ Object
8413 8414 8415 8416 |
# File 'lib/v20200324/models.rb', line 8413 def deserialize(params) @InstanceId = params['InstanceId'] @McpServerIds = params['McpServerIds'] end |