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.



9673
9674
9675
9676
9677
9678
9679
# File 'lib/v20210820/models.rb', line 9673

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:

    文件夹类型



9671
9672
9673
# File 'lib/v20210820/models.rb', line 9671

def DirType
  @DirType
end

#FilePathObject

personal 个人 project 项目 resource 资源

Parameters:

  • ProjectId:

    项目ID

  • Name:

    名字,供搜索

  • FileType:

    文件类型

  • FilePath:

    文件路径

  • DirType:

    文件夹类型



9671
9672
9673
# File 'lib/v20210820/models.rb', line 9671

def FilePath
  @FilePath
end

#FileTypeObject

personal 个人 project 项目 resource 资源

Parameters:

  • ProjectId:

    项目ID

  • Name:

    名字,供搜索

  • FileType:

    文件类型

  • FilePath:

    文件路径

  • DirType:

    文件夹类型



9671
9672
9673
# File 'lib/v20210820/models.rb', line 9671

def FileType
  @FileType
end

#NameObject

personal 个人 project 项目 resource 资源

Parameters:

  • ProjectId:

    项目ID

  • Name:

    名字,供搜索

  • FileType:

    文件类型

  • FilePath:

    文件路径

  • DirType:

    文件夹类型



9671
9672
9673
# File 'lib/v20210820/models.rb', line 9671

def Name
  @Name
end

#ProjectIdObject

personal 个人 project 项目 resource 资源

Parameters:

  • ProjectId:

    项目ID

  • Name:

    名字,供搜索

  • FileType:

    文件类型

  • FilePath:

    文件路径

  • DirType:

    文件夹类型



9671
9672
9673
# File 'lib/v20210820/models.rb', line 9671

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



9681
9682
9683
9684
9685
9686
9687
# File 'lib/v20210820/models.rb', line 9681

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