Constructors
constructor
- new BrandFile(saasClient, brandId, id, details): BrandFile
Parameters
saasClient: QlikSaaSClient
brandId: string
id: string
Methods
download
- download(): Promise<{
file: Buffer;
id: string;
name: string;
}> Returns Promise<{
file: Buffer;
id: string;
name: string;
}>
remove
- remove(): Promise<number>
Returns Promise<number>
update
- update(arg): Promise<number>
Returns Promise<number>
Download the current brand file