Class: TencentCloud::Wedata::V20250806::WorkflowFolder
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::WorkflowFolder
- Defined in:
- lib/v20250806/models.rb
Overview
文件夹信息
Instance Attribute Summary collapse
-
#CreateUserUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FolderId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FolderPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, folderid = nil, folderpath = nil, createuseruin = nil) ⇒ WorkflowFolder
constructor
A new instance of WorkflowFolder.
Constructor Details
#initialize(projectid = nil, folderid = nil, folderpath = nil, createuseruin = nil) ⇒ WorkflowFolder
Returns a new instance of WorkflowFolder.
9523 9524 9525 9526 9527 9528 |
# File 'lib/v20250806/models.rb', line 9523 def initialize(projectid=nil, folderid=nil, folderpath=nil, createuseruin=nil) @ProjectId = projectid @FolderId = folderid @FolderPath = folderpath @CreateUserUin = createuseruin end |
Instance Attribute Details
#CreateUserUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9521 9522 9523 |
# File 'lib/v20250806/models.rb', line 9521 def CreateUserUin @CreateUserUin end |
#FolderId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9521 9522 9523 |
# File 'lib/v20250806/models.rb', line 9521 def FolderId @FolderId end |
#FolderPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9521 9522 9523 |
# File 'lib/v20250806/models.rb', line 9521 def FolderPath @FolderPath end |
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9521 9522 9523 |
# File 'lib/v20250806/models.rb', line 9521 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
9530 9531 9532 9533 9534 9535 |
# File 'lib/v20250806/models.rb', line 9530 def deserialize(params) @ProjectId = params['ProjectId'] @FolderId = params['FolderId'] @FolderPath = params['FolderPath'] @CreateUserUin = params['CreateUserUin'] end |