Report constructor
Report({
- String? accountId,
- ReportCriteria? criteria,
- ReportCrossDimensionReachCriteria? crossDimensionReachCriteria,
- ReportDelivery? delivery,
- String? etag,
- String? fileName,
- ReportFloodlightCriteria? floodlightCriteria,
- String? format,
- String? id,
- String? kind,
- String? lastModifiedTime,
- String? name,
- String? ownerProfileId,
- ReportPathAttributionCriteria? pathAttributionCriteria,
- ReportPathCriteria? pathCriteria,
- ReportPathToConversionCriteria? pathToConversionCriteria,
- ReportReachCriteria? reachCriteria,
- ReportSchedule? schedule,
- String? subAccountId,
- 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,
});