The container that the board is located in.

interface BoardLocationBean {
    avatarURI?: string;
    displayName?: string;
    name?: string;
    projectId?: number;
    projectKey?: string;
    projectName?: string;
    projectTypeKey?: string;
    userAccountId?: string;
    userId?: number;
}

Properties

avatarURI?: string
displayName?: string
name?: string
projectId?: number
projectKey?: string
projectName?: string
projectTypeKey?: string
userAccountId?: string
userId?: number