The instance id of a file in CDF.

{"space":"space","externalId":"externalId"}
interface VisionInstanceId {
    externalId: string;
    space: string;
}

Properties

Properties

externalId: string
space: string