DesCreateSymbolInput
Input for creating a symbol.
input DesCreateSymbolInput {
files: [DesCreateSymbolFileInput!]!
folderId: ID!
lifeCycleDefinitionId: ID
name: String
revisionNamingSchemeId: ID
workspaceUrl: String
}
Fields
DesCreateSymbolInput.files ● [DesCreateSymbolFileInput!]! non-null input
The symbol files.
DesCreateSymbolInput.folderId ● ID! non-null scalar
The destination folder identifier.
DesCreateSymbolInput.lifeCycleDefinitionId ● ID scalar
The symbol life cycle definition identifier.
DesCreateSymbolInput.name ● String scalar
The symbol name. Use null to be generated, provided that the destination folder defines an item naming scheme.
DesCreateSymbolInput.revisionNamingSchemeId ● ID scalar
The symbol revision naming scheme identifier.
DesCreateSymbolInput.workspaceUrl ● String scalar
The workspace URL.