Interface BambuBrand

The BambuBrand object, maintains brand configuration and details.

interface BambuBrand {
    brandId: number;
    description: string;
    externalIdentifier?: string;
    logo: string;
    name: string;
    reportSite?: string;
    tenantId: number;
    uiConfig?: BambuBrandUIConfig;
}

Properties

brandId: number

The brand unique identifier

description: string

A description of the brand

externalIdentifier?: string

Thie external identifier for this brand if defined.

logo: string

The brand logo URL

name: string

The brand name

reportSite?: string

The report site URL for this brand if defined.

tenantId: number

The tenant identifier associated to this brand.

The brand UI styling for the pass-ui configuration.