Member Junction
    Preparing search index...

    Result returned from the CreateVersionLabel mutation.

    interface CreateVersionLabelResult {
        CaptureErrors?: {
            EntityName: string;
            ErrorMessage: string;
            RecordID: string;
        }[];
        Error?: string;
        ItemsCaptured?: number;
        LabelID?: string;
        LabelName?: string;
        Success: boolean;
        SyntheticSnapshotsCreated?: number;
    }
    Index

    Properties

    CaptureErrors?: { EntityName: string; ErrorMessage: string; RecordID: string }[]
    Error?: string
    ItemsCaptured?: number
    LabelID?: string
    LabelName?: string
    Success: boolean
    SyntheticSnapshotsCreated?: number