Class: TencentCloud::Wedata::V20250806::ListCodeFolderContentsRequest

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

Overview

ListCodeFolderContents请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, parentfolderpath = nil, keyword = nil, onlyfoldernode = nil, onlyuserselfscript = nil) ⇒ ListCodeFolderContentsRequest



6391
6392
6393
6394
6395
6396
6397
# File 'lib/v20250806/models.rb', line 6391

def initialize(projectid=nil, parentfolderpath=nil, keyword=nil, onlyfoldernode=nil, onlyuserselfscript=nil)
  @ProjectId = projectid
  @ParentFolderPath = parentfolderpath
  @Keyword = keyword
  @OnlyFolderNode = onlyfoldernode
  @OnlyUserSelfScript = onlyuserselfscript
end

Instance Attribute Details

#KeywordObject



6389
6390
6391
# File 'lib/v20250806/models.rb', line 6389

def Keyword
  @Keyword
end

#OnlyFolderNodeObject



6389
6390
6391
# File 'lib/v20250806/models.rb', line 6389

def OnlyFolderNode
  @OnlyFolderNode
end

#OnlyUserSelfScriptObject



6389
6390
6391
# File 'lib/v20250806/models.rb', line 6389

def OnlyUserSelfScript
  @OnlyUserSelfScript
end

#ParentFolderPathObject



6389
6390
6391
# File 'lib/v20250806/models.rb', line 6389

def ParentFolderPath
  @ParentFolderPath
end

#ProjectIdObject



6389
6390
6391
# File 'lib/v20250806/models.rb', line 6389

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



6399
6400
6401
6402
6403
6404
6405
# File 'lib/v20250806/models.rb', line 6399

def deserialize(params)
  @ProjectId = params['ProjectId']
  @ParentFolderPath = params['ParentFolderPath']
  @Keyword = params['Keyword']
  @OnlyFolderNode = params['OnlyFolderNode']
  @OnlyUserSelfScript = params['OnlyUserSelfScript']
end