Mobile Locker JavaScript SDK
    Preparing search index...

    Interface Brand

    A brand associated with a team's presentations. Mirrors the iOS GRDBBrand Swift model's toJSON() output.

    interface Brand {
        id: number;
        is_active: boolean;
        is_inactive: boolean;
        name: string;
        slug: string;
        status: string;
        team_id: number;
    }
    Index

    Properties

    id: number
    is_active: boolean
    is_inactive: boolean
    name: string
    slug: string

    URL-safe identifier for the brand.

    status: string
    team_id: number