Class: TencentCloud::Wedata::V20250806::UpdateCodeFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::UpdateCodeFolderRequest
- Defined in:
- lib/v20250806/models.rb
Overview
UpdateCodeFolder请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, folderid = nil, foldername = nil) ⇒ UpdateCodeFolderRequest
constructor
A new instance of UpdateCodeFolderRequest.
Constructor Details
#initialize(projectid = nil, folderid = nil, foldername = nil) ⇒ UpdateCodeFolderRequest
Returns a new instance of UpdateCodeFolderRequest.
13041 13042 13043 13044 13045 |
# File 'lib/v20250806/models.rb', line 13041 def initialize(projectid=nil, folderid=nil, foldername=nil) @ProjectId = projectid @FolderId = folderid @FolderName = foldername end |
Instance Attribute Details
#FolderId ⇒ Object
13039 13040 13041 |
# File 'lib/v20250806/models.rb', line 13039 def FolderId @FolderId end |
#FolderName ⇒ Object
13039 13040 13041 |
# File 'lib/v20250806/models.rb', line 13039 def FolderName @FolderName end |
#ProjectId ⇒ Object
13039 13040 13041 |
# File 'lib/v20250806/models.rb', line 13039 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
13047 13048 13049 13050 13051 |
# File 'lib/v20250806/models.rb', line 13047 def deserialize(params) @ProjectId = params['ProjectId'] @FolderId = params['FolderId'] @FolderName = params['FolderName'] end |