Class: TencentCloud::Wedata::V20250806::CreateCodeFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::CreateCodeFolderRequest
- Defined in:
- lib/v20250806/models.rb
Overview
CreateCodeFolder请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, foldername = nil, parentfolderpath = nil) ⇒ CreateCodeFolderRequest
constructor
A new instance of CreateCodeFolderRequest.
Constructor Details
#initialize(projectid = nil, foldername = nil, parentfolderpath = nil) ⇒ CreateCodeFolderRequest
Returns a new instance of CreateCodeFolderRequest.
1007 1008 1009 1010 1011 |
# File 'lib/v20250806/models.rb', line 1007 def initialize(projectid=nil, foldername=nil, parentfolderpath=nil) @ProjectId = projectid @FolderName = foldername @ParentFolderPath = parentfolderpath end |
Instance Attribute Details
#FolderName ⇒ Object
1005 1006 1007 |
# File 'lib/v20250806/models.rb', line 1005 def FolderName @FolderName end |
#ParentFolderPath ⇒ Object
1005 1006 1007 |
# File 'lib/v20250806/models.rb', line 1005 def ParentFolderPath @ParentFolderPath end |
#ProjectId ⇒ Object
1005 1006 1007 |
# File 'lib/v20250806/models.rb', line 1005 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
1013 1014 1015 1016 1017 |
# File 'lib/v20250806/models.rb', line 1013 def deserialize(params) @ProjectId = params['ProjectId'] @FolderName = params['FolderName'] @ParentFolderPath = params['ParentFolderPath'] end |