DashboardUserGetRequest constructor

DashboardUserGetRequest({
  1. required String dashboardUserId,
  2. String? secret,
  3. String? clientId,
})

Implementation

DashboardUserGetRequest({
  required this.dashboardUserId,
  this.secret,
  this.clientId,
});