Class: TencentCloud::Wedata::V20250806::ListCodeFolderContentsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListCodeFolderContentsRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListCodeFolderContents请求参数结构体
Instance Attribute Summary collapse
- #Keyword ⇒ Object
- #OnlyFolderNode ⇒ Object
- #OnlyUserSelfScript ⇒ Object
- #ParentFolderPath ⇒ Object
- #ProjectId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, parentfolderpath = nil, keyword = nil, onlyfoldernode = nil, onlyuserselfscript = nil) ⇒ ListCodeFolderContentsRequest
constructor
A new instance of ListCodeFolderContentsRequest.
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
#Keyword ⇒ Object
6389 6390 6391 |
# File 'lib/v20250806/models.rb', line 6389 def Keyword @Keyword end |
#OnlyFolderNode ⇒ Object
6389 6390 6391 |
# File 'lib/v20250806/models.rb', line 6389 def OnlyFolderNode @OnlyFolderNode end |
#OnlyUserSelfScript ⇒ Object
6389 6390 6391 |
# File 'lib/v20250806/models.rb', line 6389 def OnlyUserSelfScript @OnlyUserSelfScript end |
#ParentFolderPath ⇒ Object
6389 6390 6391 |
# File 'lib/v20250806/models.rb', line 6389 def ParentFolderPath @ParentFolderPath end |
#ProjectId ⇒ Object
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 |