Class: TencentCloud::Batch::V20170312::CreateComputeEnvResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::CreateComputeEnvResponse
- Defined in:
- lib/v20170312/models.rb
Overview
CreateComputeEnv返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(envid = nil, requestid = nil) ⇒ CreateComputeEnvResponse
constructor
A new instance of CreateComputeEnvResponse.
Constructor Details
#initialize(envid = nil, requestid = nil) ⇒ CreateComputeEnvResponse
Returns a new instance of CreateComputeEnvResponse.
582 583 584 585 |
# File 'lib/v20170312/models.rb', line 582 def initialize(envid=nil, requestid=nil) @EnvId = envid @RequestId = requestid end |
Instance Attribute Details
#EnvId ⇒ Object
580 581 582 |
# File 'lib/v20170312/models.rb', line 580 def EnvId @EnvId end |
#RequestId ⇒ Object
580 581 582 |
# File 'lib/v20170312/models.rb', line 580 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
587 588 589 590 |
# File 'lib/v20170312/models.rb', line 587 def deserialize(params) @EnvId = params['EnvId'] @RequestId = params['RequestId'] end |