Class: TencentCloud::Omics::V20221128::ImportTableFileRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::ImportTableFileRequest
- Defined in:
- lib/v20221128/models.rb
Overview
ImportTableFile请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, name = nil, cosuri = nil, datatype = nil, description = nil) ⇒ ImportTableFileRequest
constructor
A new instance of ImportTableFileRequest.
Constructor Details
#initialize(projectid = nil, name = nil, cosuri = nil, datatype = nil, description = nil) ⇒ ImportTableFileRequest
Returns a new instance of ImportTableFileRequest.
1310 1311 1312 1313 1314 1315 1316 |
# File 'lib/v20221128/models.rb', line 1310 def initialize(projectid=nil, name=nil, cosuri=nil, datatype=nil, description=nil) @ProjectId = projectid @Name = name @CosUri = cosuri @DataType = datatype @Description = description end |
Instance Attribute Details
#CosUri ⇒ Object
1308 1309 1310 |
# File 'lib/v20221128/models.rb', line 1308 def CosUri @CosUri end |
#DataType ⇒ Object
1308 1309 1310 |
# File 'lib/v20221128/models.rb', line 1308 def DataType @DataType end |
#Description ⇒ Object
1308 1309 1310 |
# File 'lib/v20221128/models.rb', line 1308 def Description @Description end |
#Name ⇒ Object
1308 1309 1310 |
# File 'lib/v20221128/models.rb', line 1308 def Name @Name end |
#ProjectId ⇒ Object
1308 1309 1310 |
# File 'lib/v20221128/models.rb', line 1308 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/v20221128/models.rb', line 1318 def deserialize(params) @ProjectId = params['ProjectId'] @Name = params['Name'] @CosUri = params['CosUri'] @DataType = params['DataType'] @Description = params['Description'] end |