DashboardId constructor

DashboardId(
  1. String id
)

Implementation

DashboardId(String id) : super(EntityType.DASHBOARD, id);