Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateFileRequestDataAttributes

export
interface

CreateFileRequestDataAttributes

Hierarchy

  • CreateFileRequestDataAttributes

Index

Properties

name

name: string

Name matching that of the file you are uploading, including file extension.

memberof

CreateFileRequestDataAttributes

Optional rootFileName

rootFileName?: string

File name of the root part or assembly, including file extension. Required if name references an archive file extension, ignored otherwise.

memberof

CreateFileRequestDataAttributes

Optional suppliedId

suppliedId?: string

ID provided for correlation. For example, an existing ID from a PLM system.

memberof

CreateFileRequestDataAttributes