UnsampledReport constructor
UnsampledReport({
- String? accountId,
- UnsampledReportCloudStorageDownloadDetails? cloudStorageDownloadDetails,
- DateTime? created,
- String? dimensions,
- String? downloadType,
- UnsampledReportDriveDownloadDetails? driveDownloadDetails,
- String? endDate,
- String? filters,
- String? id,
- String? kind,
- String? metrics,
- String? profileId,
- String? segment,
- String? selfLink,
- String? startDate,
- String? status,
- String? title,
- DateTime? updated,
- 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,
});