Class: TencentCloud::Wedata::V20210820::DescribeResourceManagePathTreesRequest

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

Overview

DescribeResourceManagePathTrees请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, name = nil, filetype = nil, filepath = nil, dirtype = nil) ⇒ DescribeResourceManagePathTreesRequest

Returns a new instance of DescribeResourceManagePathTreesRequest.



9856
9857
9858
9859
9860
9861
9862
# File 'lib/v20210820/models.rb', line 9856

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

#DirTypeObject

personal 个人 project 项目 resource 资源

Parameters:

  • ProjectId:

    项目ID

  • Name:

    名字,供搜索

  • FileType:

    文件类型

  • FilePath:

    文件路径

  • DirType:

    文件夹类型



9854
9855
9856
# File 'lib/v20210820/models.rb', line 9854

def DirType
  @DirType
end

#FilePathObject

personal 个人 project 项目 resource 资源

Parameters:

  • ProjectId:

    项目ID

  • Name:

    名字,供搜索

  • FileType:

    文件类型

  • FilePath:

    文件路径

  • DirType:

    文件夹类型



9854
9855
9856
# File 'lib/v20210820/models.rb', line 9854

def FilePath
  @FilePath
end

#FileTypeObject

personal 个人 project 项目 resource 资源

Parameters:

  • ProjectId:

    项目ID

  • Name:

    名字,供搜索

  • FileType:

    文件类型

  • FilePath:

    文件路径

  • DirType:

    文件夹类型



9854
9855
9856
# File 'lib/v20210820/models.rb', line 9854

def FileType
  @FileType
end

#NameObject

personal 个人 project 项目 resource 资源

Parameters:

  • ProjectId:

    项目ID

  • Name:

    名字,供搜索

  • FileType:

    文件类型

  • FilePath:

    文件路径

  • DirType:

    文件夹类型



9854
9855
9856
# File 'lib/v20210820/models.rb', line 9854

def Name
  @Name
end

#ProjectIdObject

personal 个人 project 项目 resource 资源

Parameters:

  • ProjectId:

    项目ID

  • Name:

    名字,供搜索

  • FileType:

    文件类型

  • FilePath:

    文件路径

  • DirType:

    文件夹类型



9854
9855
9856
# File 'lib/v20210820/models.rb', line 9854

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



9864
9865
9866
9867
9868
9869
9870
# File 'lib/v20210820/models.rb', line 9864

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