Class: TencentCloud::Lighthouse::V20200324::StartMcpServersResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::StartMcpServersResponse
- Defined in:
- lib/v20200324/models.rb
Overview
StartMcpServers返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartMcpServersResponse
constructor
A new instance of StartMcpServersResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartMcpServersResponse
Returns a new instance of StartMcpServersResponse.
8426 8427 8428 |
# File 'lib/v20200324/models.rb', line 8426 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8424 8425 8426 |
# File 'lib/v20200324/models.rb', line 8424 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8430 8431 8432 |
# File 'lib/v20200324/models.rb', line 8430 def deserialize(params) @RequestId = params['RequestId'] end |