interface ContainerInspectResultItem {
    externalId: string;
    inspectionResults: {
        involvedViewCount?: number;
        involvedViews?: ViewReference[];
    };
    space: string;
}

Properties

externalId: string

External ids for the requested items

inspectionResults: {
    involvedViewCount?: number;
    involvedViews?: ViewReference[];
}
space: string