Class: TencentCloud::Wedata::V20210820::DescribeResourceManagePathTreesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeResourceManagePathTreesRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeResourceManagePathTrees请求参数结构体
Instance Attribute Summary collapse
-
#DirType ⇒ Object
personal 个人 project 项目 resource 资源.
-
#FilePath ⇒ Object
personal 个人 project 项目 resource 资源.
-
#FileType ⇒ Object
personal 个人 project 项目 resource 资源.
-
#Name ⇒ Object
personal 个人 project 项目 resource 资源.
-
#ProjectId ⇒ Object
personal 个人 project 项目 resource 资源.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, name = nil, filetype = nil, filepath = nil, dirtype = nil) ⇒ DescribeResourceManagePathTreesRequest
constructor
A new instance of DescribeResourceManagePathTreesRequest.
Constructor Details
#initialize(projectid = nil, name = nil, filetype = nil, filepath = nil, dirtype = nil) ⇒ DescribeResourceManagePathTreesRequest
Returns a new instance of DescribeResourceManagePathTreesRequest.
13816 13817 13818 13819 13820 13821 13822 |
# File 'lib/v20210820/models.rb', line 13816 def initialize(projectid=nil, name=nil, filetype=nil, filepath=nil, dirtype=nil) @ProjectId = projectid @Name = name @FileType = filetype @FilePath = filepath @DirType = dirtype end |
Instance Attribute Details
#DirType ⇒ Object
personal 个人project 项目resource 资源
13814 13815 13816 |
# File 'lib/v20210820/models.rb', line 13814 def DirType @DirType end |
#FilePath ⇒ Object
personal 个人project 项目resource 资源
13814 13815 13816 |
# File 'lib/v20210820/models.rb', line 13814 def FilePath @FilePath end |
#FileType ⇒ Object
personal 个人project 项目resource 资源
13814 13815 13816 |
# File 'lib/v20210820/models.rb', line 13814 def FileType @FileType end |
#Name ⇒ Object
personal 个人project 项目resource 资源
13814 13815 13816 |
# File 'lib/v20210820/models.rb', line 13814 def Name @Name end |
#ProjectId ⇒ Object
personal 个人project 项目resource 资源
13814 13815 13816 |
# File 'lib/v20210820/models.rb', line 13814 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
13824 13825 13826 13827 13828 13829 13830 |
# File 'lib/v20210820/models.rb', line 13824 def deserialize(params) @ProjectId = params['ProjectId'] @Name = params['Name'] @FileType = params['FileType'] @FilePath = params['FilePath'] @DirType = params['DirType'] end |