interface VisualizationGetResponse {
    canDelete: boolean;
    canEdit: boolean;
    canShare: boolean;
    createdBy: number;
    description: string;
    id: string;
    name: string;
    ownerId: any;
    queryName: string;
    reportId: string;
    reportProps: any;
    schemaName: string;
    shared: boolean;
    thumbnailURL: string;
    type: string;
    visualizationConfig: any;
}

Properties

canDelete: boolean
canEdit: boolean
canShare: boolean
createdBy: number
description: string
id: string
name: string
ownerId: any
queryName: string
reportId: string
reportProps: any
schemaName: string
shared: boolean
thumbnailURL: string
type: string
visualizationConfig: any

Generated using TypeDoc