UnsampledReport constructor

UnsampledReport({
  1. String? accountId,
  2. UnsampledReportCloudStorageDownloadDetails? cloudStorageDownloadDetails,
  3. DateTime? created,
  4. String? dimensions,
  5. String? downloadType,
  6. UnsampledReportDriveDownloadDetails? driveDownloadDetails,
  7. String? endDate,
  8. String? filters,
  9. String? id,
  10. String? kind,
  11. String? metrics,
  12. String? profileId,
  13. String? segment,
  14. String? selfLink,
  15. String? startDate,
  16. String? status,
  17. String? title,
  18. DateTime? updated,
  19. String? webPropertyId,
})

Implementation

UnsampledReport({
  this.accountId,
  this.cloudStorageDownloadDetails,
  this.created,
  this.dimensions,
  this.downloadType,
  this.driveDownloadDetails,
  this.endDate,
  this.filters,
  this.id,
  this.kind,
  this.metrics,
  this.profileId,
  this.segment,
  this.selfLink,
  this.startDate,
  this.status,
  this.title,
  this.updated,
  this.webPropertyId,
});