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

Properties

Properties

key: string

User-defined unique identifier of the Business Unit.

name: string

Name of the Business Unit.

type: "BusinessUnitLabel"