Class: TencentCloud::Wedata::V20250806::WorkflowFolder

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20250806/models.rb

Overview

文件夹信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, folderid = nil, folderpath = nil, createuseruin = nil) ⇒ WorkflowFolder



14140
14141
14142
14143
14144
14145
# File 'lib/v20250806/models.rb', line 14140

def initialize(projectid=nil, folderid=nil, folderpath=nil, createuseruin=nil)
  @ProjectId = projectid
  @FolderId = folderid
  @FolderPath = folderpath
  @CreateUserUin = createuseruin
end

Instance Attribute Details

#CreateUserUinObject

注意:此字段可能返回 null,表示取不到有效值。



14138
14139
14140
# File 'lib/v20250806/models.rb', line 14138

def CreateUserUin
  @CreateUserUin
end

#FolderIdObject

注意:此字段可能返回 null,表示取不到有效值。



14138
14139
14140
# File 'lib/v20250806/models.rb', line 14138

def FolderId
  @FolderId
end

#FolderPathObject

注意:此字段可能返回 null,表示取不到有效值。



14138
14139
14140
# File 'lib/v20250806/models.rb', line 14138

def FolderPath
  @FolderPath
end

#ProjectIdObject

注意:此字段可能返回 null,表示取不到有效值。



14138
14139
14140
# File 'lib/v20250806/models.rb', line 14138

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



14147
14148
14149
14150
14151
14152
# File 'lib/v20250806/models.rb', line 14147

def deserialize(params)
  @ProjectId = params['ProjectId']
  @FolderId = params['FolderId']
  @FolderPath = params['FolderPath']
  @CreateUserUin = params['CreateUserUin']
end