Class: TencentCloud::Gse::V20191112::ServerProcesse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::ServerProcesse
- Defined in:
- lib/v20191112/models.rb
Overview
游戏服务进程
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(concurrentexecutions = nil, launchpath = nil, parameters = nil) ⇒ ServerProcesse
constructor
A new instance of ServerProcesse.
Constructor Details
#initialize(concurrentexecutions = nil, launchpath = nil, parameters = nil) ⇒ ServerProcesse
Returns a new instance of ServerProcesse.
5040 5041 5042 5043 5044 |
# File 'lib/v20191112/models.rb', line 5040 def initialize(concurrentexecutions=nil, launchpath=nil, parameters=nil) @ConcurrentExecutions = concurrentexecutions @LaunchPath = launchpath @Parameters = parameters end |
Instance Attribute Details
#ConcurrentExecutions ⇒ Object
5038 5039 5040 |
# File 'lib/v20191112/models.rb', line 5038 def ConcurrentExecutions @ConcurrentExecutions end |
#LaunchPath ⇒ Object
5038 5039 5040 |
# File 'lib/v20191112/models.rb', line 5038 def LaunchPath @LaunchPath end |
#Parameters ⇒ Object
5038 5039 5040 |
# File 'lib/v20191112/models.rb', line 5038 def Parameters @Parameters end |
Instance Method Details
#deserialize(params) ⇒ Object
5046 5047 5048 5049 5050 |
# File 'lib/v20191112/models.rb', line 5046 def deserialize(params) @ConcurrentExecutions = params['ConcurrentExecutions'] @LaunchPath = params['LaunchPath'] @Parameters = params['Parameters'] end |