Class: TencentCloud::Omics::V20221128::GetRunMetadataFileRequest

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

Overview

GetRunMetadataFile请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(runuuid = nil, projectid = nil, key = nil, keys = nil) ⇒ GetRunMetadataFileRequest

Returns a new instance of GetRunMetadataFileRequest.



1180
1181
1182
1183
1184
1185
# File 'lib/v20221128/models.rb', line 1180

def initialize(runuuid=nil, projectid=nil, key=nil, keys=nil)
  @RunUuid = runuuid
  @ProjectId = projectid
  @Key = key
  @Keys = keys
end

Instance Attribute Details

#KeyObject

提交时NFOption中report指定为true时,额外支持以下文件:

  • execution_report.html

  • execution_timeline.html

  • execution_trace.txt

  • pipeline_dag.html



1178
1179
1180
# File 'lib/v20221128/models.rb', line 1178

def Key
  @Key
end

#KeysObject

提交时NFOption中report指定为true时,额外支持以下文件:

  • execution_report.html

  • execution_timeline.html

  • execution_trace.txt

  • pipeline_dag.html



1178
1179
1180
# File 'lib/v20221128/models.rb', line 1178

def Keys
  @Keys
end

#ProjectIdObject

提交时NFOption中report指定为true时,额外支持以下文件:

  • execution_report.html

  • execution_timeline.html

  • execution_trace.txt

  • pipeline_dag.html



1178
1179
1180
# File 'lib/v20221128/models.rb', line 1178

def ProjectId
  @ProjectId
end

#RunUuidObject

提交时NFOption中report指定为true时,额外支持以下文件:

  • execution_report.html

  • execution_timeline.html

  • execution_trace.txt

  • pipeline_dag.html



1178
1179
1180
# File 'lib/v20221128/models.rb', line 1178

def RunUuid
  @RunUuid
end

Instance Method Details

#deserialize(params) ⇒ Object



1187
1188
1189
1190
1191
1192
# File 'lib/v20221128/models.rb', line 1187

def deserialize(params)
  @RunUuid = params['RunUuid']
  @ProjectId = params['ProjectId']
  @Key = params['Key']
  @Keys = params['Keys']
end