GetDashboardEmbedUrlResponse constructor

GetDashboardEmbedUrlResponse({
  1. String? embedUrl,
  2. String? requestId,
  3. int? status,
})

Implementation

GetDashboardEmbedUrlResponse({
  this.embedUrl,
  this.requestId,
  this.status,
});