Typescript SDK Type Docs
    Preparing search index...

    Interface BusinessUnitLabel

    interface BusinessUnitLabel {
        key: string;
        name: string;
        type: "BusinessUnitLabel";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the Business Unit.

    name: string

    Name of the Business Unit.

    type: "BusinessUnitLabel"