DashboardType
The type of a dashboard. Avantra has two types, the customer dashboard and the system dashboard.
enum DashboardType {
CUSTOMER
SYSTEM
}
Values
DashboardType.CUSTOMER
DashboardType.SYSTEM
Member Of
Dashboard object