Typescript SDK Type Docs
    Preparing search index...

    Interface CustomObjectKeyReference

    Used by the Import API to identify a CustomObject.

    interface CustomObjectKeyReference {
        container: string;
        key: string;
        typeId: "key-value-document";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    container: string

    The container of the referenced CustomObject.

    key: string

    User-defined unique identifier of the referenced CustomObject.

    typeId: "key-value-document"

    Type of referenced resource.