Class: TencentCloud::Omics::V20221128::DeleteEnvironmentResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20221128/models.rb

Overview

DeleteEnvironment返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#RequestIdObject



388
389
390
# File 'lib/v20221128/models.rb', line 388

def RequestId
  @RequestId
end

#WorkflowUuidObject



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