Class: TencentCloud::Wedata::V20210820::GetFileInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::GetFileInfoRequest
- Defined in:
- lib/v20210820/models.rb
Overview
GetFileInfo请求参数结构体
Instance Attribute Summary collapse
-
#FilePath ⇒ Object
项目区1470575647377821696项目,f1目录下: /datastudio/project/1470575647377821696/f1/sql1234.sql 个人区: /datastudio/personal/sqlTTT.sql.
-
#ProjectId ⇒ Object
项目区1470575647377821696项目,f1目录下: /datastudio/project/1470575647377821696/f1/sql1234.sql 个人区: /datastudio/personal/sqlTTT.sql.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, filepath = nil) ⇒ GetFileInfoRequest
constructor
A new instance of GetFileInfoRequest.
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
#FilePath ⇒ Object
项目区1470575647377821696项目,f1目录下: /datastudio/project/1470575647377821696/f1/sql1234.sql 个人区: /datastudio/personal/sqlTTT.sql
21751 21752 21753 |
# File 'lib/v20210820/models.rb', line 21751 def FilePath @FilePath end |
#ProjectId ⇒ Object
项目区1470575647377821696项目,f1目录下: /datastudio/project/1470575647377821696/f1/sql1234.sql 个人区: /datastudio/personal/sqlTTT.sql
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 |