Skip to main content

DesCreateFootprintInput

Input for creating a footprint.

input DesCreateFootprintInput {
comment: String
description: String
files: [DesCreateFootprintFileInput!]!
folderId: ID!
lifeCycleDefinitionId: ID
name: String
parameters: [DesRevisionParameterInput!]
revisionNamingSchemeId: ID
workspaceUrl: String
}

Fields

DesCreateFootprintInput.comment ● String scalar

Comment for footprint revision.

DesCreateFootprintInput.description ● String scalar

Description for footprint revision.

DesCreateFootprintInput.files ● [DesCreateFootprintFileInput!]! non-null input

The footprint files.

DesCreateFootprintInput.folderId ● ID! non-null scalar

The destination folder identifier.

DesCreateFootprintInput.lifeCycleDefinitionId ● ID scalar

The footprint life cycle definition identifier.

DesCreateFootprintInput.name ● String scalar

The footprint name. Use null to be generated, provided that the destination folder defines an item naming scheme.

DesCreateFootprintInput.parameters ● [DesRevisionParameterInput!] list input

Parameters for footprint revision.

DesCreateFootprintInput.revisionNamingSchemeId ● ID scalar

The footprint revision naming scheme identifier.

DesCreateFootprintInput.workspaceUrl ● String scalar

The workspace URL.