Typescript SDK Type Docs
    Preparing search index...

    Interface CustomObjectLabel

    interface CustomObjectLabel {
        container: string;
        key: string;
        type: "CustomObjectLabel";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    container: string

    Namespace to group Custom Objects.

    key: string

    User-defined unique identifier of the CustomObject within the defined container.

    type: "CustomObjectLabel"