Class: TencentCloud::Wedata::V20250806::UpdateSQLFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::UpdateSQLFolderRequest
- Defined in:
- lib/v20250806/models.rb
Overview
UpdateSQLFolder请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(folderid = nil, foldername = nil, projectid = nil, accessscope = nil) ⇒ UpdateSQLFolderRequest
constructor
A new instance of UpdateSQLFolderRequest.
Constructor Details
#initialize(folderid = nil, foldername = nil, projectid = nil, accessscope = nil) ⇒ UpdateSQLFolderRequest
Returns a new instance of UpdateSQLFolderRequest.
9059 9060 9061 9062 9063 9064 |
# File 'lib/v20250806/models.rb', line 9059 def initialize(folderid=nil, foldername=nil, projectid=nil, accessscope=nil) @FolderId = folderid @FolderName = foldername @ProjectId = projectid @AccessScope = accessscope end |
Instance Attribute Details
#AccessScope ⇒ Object
9057 9058 9059 |
# File 'lib/v20250806/models.rb', line 9057 def AccessScope @AccessScope end |
#FolderId ⇒ Object
9057 9058 9059 |
# File 'lib/v20250806/models.rb', line 9057 def FolderId @FolderId end |
#FolderName ⇒ Object
9057 9058 9059 |
# File 'lib/v20250806/models.rb', line 9057 def FolderName @FolderName end |
#ProjectId ⇒ Object
9057 9058 9059 |
# File 'lib/v20250806/models.rb', line 9057 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
9066 9067 9068 9069 9070 9071 |
# File 'lib/v20250806/models.rb', line 9066 def deserialize(params) @FolderId = params['FolderId'] @FolderName = params['FolderName'] @ProjectId = params['ProjectId'] @AccessScope = params['AccessScope'] end |