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.
8731 8732 8733 8734 8735 |
# File 'lib/v20250806/models.rb', line 8731 def initialize(projectid=nil, folderid=nil, foldername=nil) @ProjectId = projectid @FolderId = folderid @FolderName = foldername end |
Instance Attribute Details
#FolderId ⇒ Object
8729 8730 8731 |
# File 'lib/v20250806/models.rb', line 8729 def FolderId @FolderId end |
#FolderName ⇒ Object
8729 8730 8731 |
# File 'lib/v20250806/models.rb', line 8729 def FolderName @FolderName end |
#ProjectId ⇒ Object
8729 8730 8731 |
# File 'lib/v20250806/models.rb', line 8729 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
8737 8738 8739 8740 8741 |
# File 'lib/v20250806/models.rb', line 8737 def deserialize(params) @ProjectId = params['ProjectId'] @FolderId = params['FolderId'] @FolderName = params['FolderName'] end |