Class: TencentCloud::Wedata::V20250806::ListSQLFolderContentsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListSQLFolderContentsRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListSQLFolderContents请求参数结构体
Instance Attribute Summary collapse
- #AccessScope ⇒ Object
- #Keyword ⇒ Object
- #OnlyFolderNode ⇒ Object
- #OnlyUserSelfScript ⇒ Object
- #ParentFolderPath ⇒ Object
- #ProjectId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, parentfolderpath = nil, keyword = nil, onlyfoldernode = nil, onlyuserselfscript = nil, accessscope = nil) ⇒ ListSQLFolderContentsRequest
constructor
A new instance of ListSQLFolderContentsRequest.
Constructor Details
#initialize(projectid = nil, parentfolderpath = nil, keyword = nil, onlyfoldernode = nil, onlyuserselfscript = nil, accessscope = nil) ⇒ ListSQLFolderContentsRequest
Returns a new instance of ListSQLFolderContentsRequest.
4727 4728 4729 4730 4731 4732 4733 4734 |
# File 'lib/v20250806/models.rb', line 4727 def initialize(projectid=nil, parentfolderpath=nil, keyword=nil, onlyfoldernode=nil, onlyuserselfscript=nil, accessscope=nil) @ProjectId = projectid @ParentFolderPath = parentfolderpath @Keyword = keyword @OnlyFolderNode = onlyfoldernode @OnlyUserSelfScript = onlyuserselfscript @AccessScope = accessscope end |
Instance Attribute Details
#AccessScope ⇒ Object
4725 4726 4727 |
# File 'lib/v20250806/models.rb', line 4725 def AccessScope @AccessScope end |
#Keyword ⇒ Object
4725 4726 4727 |
# File 'lib/v20250806/models.rb', line 4725 def Keyword @Keyword end |
#OnlyFolderNode ⇒ Object
4725 4726 4727 |
# File 'lib/v20250806/models.rb', line 4725 def OnlyFolderNode @OnlyFolderNode end |
#OnlyUserSelfScript ⇒ Object
4725 4726 4727 |
# File 'lib/v20250806/models.rb', line 4725 def OnlyUserSelfScript @OnlyUserSelfScript end |
#ParentFolderPath ⇒ Object
4725 4726 4727 |
# File 'lib/v20250806/models.rb', line 4725 def ParentFolderPath @ParentFolderPath end |
#ProjectId ⇒ Object
4725 4726 4727 |
# File 'lib/v20250806/models.rb', line 4725 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
4736 4737 4738 4739 4740 4741 4742 4743 |
# File 'lib/v20250806/models.rb', line 4736 def deserialize(params) @ProjectId = params['ProjectId'] @ParentFolderPath = params['ParentFolderPath'] @Keyword = params['Keyword'] @OnlyFolderNode = params['OnlyFolderNode'] @OnlyUserSelfScript = params['OnlyUserSelfScript'] @AccessScope = params['AccessScope'] end |