Class: TencentCloud::Omics::V20221128::CreateEnvironmentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::CreateEnvironmentResponse
- Defined in:
- lib/v20221128/models.rb
Overview
CreateEnvironment返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, workflowuuid = nil, requestid = nil) ⇒ CreateEnvironmentResponse
constructor
A new instance of CreateEnvironmentResponse.
Constructor Details
#initialize(environmentid = nil, workflowuuid = nil, requestid = nil) ⇒ CreateEnvironmentResponse
Returns a new instance of CreateEnvironmentResponse.
246 247 248 249 250 |
# File 'lib/v20221128/models.rb', line 246 def initialize(environmentid=nil, workflowuuid=nil, requestid=nil) @EnvironmentId = environmentid @WorkflowUuid = workflowuuid @RequestId = requestid end |
Instance Attribute Details
#EnvironmentId ⇒ Object
244 245 246 |
# File 'lib/v20221128/models.rb', line 244 def EnvironmentId @EnvironmentId end |
#RequestId ⇒ Object
244 245 246 |
# File 'lib/v20221128/models.rb', line 244 def RequestId @RequestId end |
#WorkflowUuid ⇒ Object
244 245 246 |
# File 'lib/v20221128/models.rb', line 244 def WorkflowUuid @WorkflowUuid end |
Instance Method Details
#deserialize(params) ⇒ Object
252 253 254 255 256 |
# File 'lib/v20221128/models.rb', line 252 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @WorkflowUuid = params['WorkflowUuid'] @RequestId = params['RequestId'] end |