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
Returns a new instance of ListCodeFolderContentsRequest.
3968 3969 3970 3971 3972 3973 3974 |
# File 'lib/v20250806/models.rb', line 3968 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
3966 3967 3968 |
# File 'lib/v20250806/models.rb', line 3966 def Keyword @Keyword end |
#OnlyFolderNode ⇒ Object
3966 3967 3968 |
# File 'lib/v20250806/models.rb', line 3966 def OnlyFolderNode @OnlyFolderNode end |
#OnlyUserSelfScript ⇒ Object
3966 3967 3968 |
# File 'lib/v20250806/models.rb', line 3966 def OnlyUserSelfScript @OnlyUserSelfScript end |
#ParentFolderPath ⇒ Object
3966 3967 3968 |
# File 'lib/v20250806/models.rb', line 3966 def ParentFolderPath @ParentFolderPath end |
#ProjectId ⇒ Object
3966 3967 3968 |
# File 'lib/v20250806/models.rb', line 3966 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
3976 3977 3978 3979 3980 3981 3982 |
# File 'lib/v20250806/models.rb', line 3976 def deserialize(params) @ProjectId = params['ProjectId'] @ParentFolderPath = params['ParentFolderPath'] @Keyword = params['Keyword'] @OnlyFolderNode = params['OnlyFolderNode'] @OnlyUserSelfScript = params['OnlyUserSelfScript'] end |