Class: TencentCloud::Wedata::V20250806::CreateSQLFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::CreateSQLFolderRequest
- Defined in:
- lib/v20250806/models.rb
Overview
CreateSQLFolder请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(foldername = nil, projectid = nil, parentfolderpath = nil, accessscope = nil) ⇒ CreateSQLFolderRequest
constructor
A new instance of CreateSQLFolderRequest.
Constructor Details
#initialize(foldername = nil, projectid = nil, parentfolderpath = nil, accessscope = nil) ⇒ CreateSQLFolderRequest
Returns a new instance of CreateSQLFolderRequest.
1859 1860 1861 1862 1863 1864 |
# File 'lib/v20250806/models.rb', line 1859 def initialize(foldername=nil, projectid=nil, parentfolderpath=nil, accessscope=nil) @FolderName = foldername @ProjectId = projectid @ParentFolderPath = parentfolderpath @AccessScope = accessscope end |
Instance Attribute Details
#AccessScope ⇒ Object
1857 1858 1859 |
# File 'lib/v20250806/models.rb', line 1857 def AccessScope @AccessScope end |
#FolderName ⇒ Object
1857 1858 1859 |
# File 'lib/v20250806/models.rb', line 1857 def FolderName @FolderName end |
#ParentFolderPath ⇒ Object
1857 1858 1859 |
# File 'lib/v20250806/models.rb', line 1857 def ParentFolderPath @ParentFolderPath end |
#ProjectId ⇒ Object
1857 1858 1859 |
# File 'lib/v20250806/models.rb', line 1857 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
1866 1867 1868 1869 1870 1871 |
# File 'lib/v20250806/models.rb', line 1866 def deserialize(params) @FolderName = params['FolderName'] @ProjectId = params['ProjectId'] @ParentFolderPath = params['ParentFolderPath'] @AccessScope = params['AccessScope'] end |