Class: TencentCloud::Omics::V20221128::DeleteEnvironmentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::DeleteEnvironmentResponse
- Defined in:
- lib/v20221128/models.rb
Overview
DeleteEnvironment返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workflowuuid = nil, requestid = nil) ⇒ DeleteEnvironmentResponse
constructor
A new instance of DeleteEnvironmentResponse.
Constructor Details
#initialize(workflowuuid = nil, requestid = nil) ⇒ DeleteEnvironmentResponse
390 391 392 393 |
# File 'lib/v20221128/models.rb', line 390 def initialize(workflowuuid=nil, requestid=nil) @WorkflowUuid = workflowuuid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
388 389 390 |
# File 'lib/v20221128/models.rb', line 388 def RequestId @RequestId end |
#WorkflowUuid ⇒ Object
388 389 390 |
# File 'lib/v20221128/models.rb', line 388 def WorkflowUuid @WorkflowUuid end |
Instance Method Details
#deserialize(params) ⇒ Object
395 396 397 398 |
# File 'lib/v20221128/models.rb', line 395 def deserialize(params) @WorkflowUuid = params['WorkflowUuid'] @RequestId = params['RequestId'] end |