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.



21753
21754
21755
21756
# File 'lib/v20210820/models.rb', line 21753

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:

    文件路径



21751
21752
21753
# File 'lib/v20210820/models.rb', line 21751

def FilePath
  @FilePath
end

#ProjectIdObject

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

Parameters:

  • ProjectId:

    项目ID

  • FilePath:

    文件路径



21751
21752
21753
# File 'lib/v20210820/models.rb', line 21751

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



21758
21759
21760
21761
# File 'lib/v20210820/models.rb', line 21758

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