Report constructor

Report({
  1. String? accountId,
  2. ReportCriteria? criteria,
  3. ReportCrossDimensionReachCriteria? crossDimensionReachCriteria,
  4. ReportDelivery? delivery,
  5. String? etag,
  6. String? fileName,
  7. ReportFloodlightCriteria? floodlightCriteria,
  8. String? format,
  9. String? id,
  10. String? kind,
  11. String? lastModifiedTime,
  12. String? name,
  13. String? ownerProfileId,
  14. ReportPathAttributionCriteria? pathAttributionCriteria,
  15. ReportPathCriteria? pathCriteria,
  16. ReportPathToConversionCriteria? pathToConversionCriteria,
  17. ReportReachCriteria? reachCriteria,
  18. ReportSchedule? schedule,
  19. String? subAccountId,
  20. String? type,
})

Implementation

Report({
  this.accountId,
  this.criteria,
  this.crossDimensionReachCriteria,
  this.delivery,
  this.etag,
  this.fileName,
  this.floodlightCriteria,
  this.format,
  this.id,
  this.kind,
  this.lastModifiedTime,
  this.name,
  this.ownerProfileId,
  this.pathAttributionCriteria,
  this.pathCriteria,
  this.pathToConversionCriteria,
  this.reachCriteria,
  this.schedule,
  this.subAccountId,
  this.type,
});