The file ID of the data file for this resource, with multiple versions supported. Use /3d/files/{id} to retrieve the file.

interface Versioned3DFile {
    fileId: number;
    version: number;
}

Properties

Properties

fileId: number

File ID. Use /3d/files/{id} to retrieve the file.

version: number

Version of the file format.