Class: TencentCloud::Wedata::V20210820::GetFileInfoRequest

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

Overview

GetFileInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, filepath = nil) ⇒ GetFileInfoRequest

Returns a new instance of GetFileInfoRequest.



20565
20566
20567
20568
# File 'lib/v20210820/models.rb', line 20565

def initialize(projectid=nil, filepath=nil)
  @ProjectId = projectid
  @FilePath = filepath
end

Instance Attribute Details

#FilePathObject

项目区1470575647377821696项目,f1目录下: /datastudio/project/1470575647377821696/f1/sql1234.sql 个人区: /datastudio/personal/sqlTTT.sql

Parameters:

  • ProjectId:

    项目ID

  • FilePath:

    文件路径



20563
20564
20565
# File 'lib/v20210820/models.rb', line 20563

def FilePath
  @FilePath
end

#ProjectIdObject

项目区1470575647377821696项目,f1目录下: /datastudio/project/1470575647377821696/f1/sql1234.sql 个人区: /datastudio/personal/sqlTTT.sql

Parameters:

  • ProjectId:

    项目ID

  • FilePath:

    文件路径



20563
20564
20565
# File 'lib/v20210820/models.rb', line 20563

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



20570
20571
20572
20573
# File 'lib/v20210820/models.rb', line 20570

def deserialize(params)
  @ProjectId = params['ProjectId']
  @FilePath = params['FilePath']
end