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

Properties

Properties

container: string

Namespace to group Custom Objects.

key: string

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

type: "CustomObjectLabel"