Report class Null safety
Represents a Report resource.
Constructors
- 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})
- Report.fromJson(Map json_)
Properties
- accountId ↔ String?
-
The account ID to which this report belongs.
read / write
- criteria ↔ ReportCriteria?
-
The report criteria for a report of type "STANDARD".
read / write
- crossDimensionReachCriteria ↔ ReportCrossDimensionReachCriteria?
-
The report criteria for a report of type "CROSS_DIMENSION_REACH".
read / write
- delivery ↔ ReportDelivery?
-
The report's email delivery settings.
read / write
- etag ↔ String?
-
The eTag of this response for caching purposes.
read / write
- fileName ↔ String?
-
The filename used when generating report files for this report.
read / write
- floodlightCriteria ↔ ReportFloodlightCriteria?
-
The report criteria for a report of type "FLOODLIGHT".
read / write
- format ↔ String?
-
The output format of the report.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
The unique ID identifying this report resource.
read / write
- kind ↔ String?
-
The kind of resource this is, in this case dfareporting#report.
read / write
- lastModifiedTime ↔ String?
-
The timestamp (in milliseconds since epoch) of when this report was last
modified.
read / write
- name ↔ String?
-
The name of the report.
read / write
- ownerProfileId ↔ String?
-
The user profile id of the owner of this report.
read / write
- pathAttributionCriteria ↔ ReportPathAttributionCriteria?
-
The report criteria for a report of type "PATH_ATTRIBUTION".
read / write
- pathCriteria ↔ ReportPathCriteria?
-
The report criteria for a report of type "PATH".
read / write
- pathToConversionCriteria ↔ ReportPathToConversionCriteria?
-
The report criteria for a report of type "PATH_TO_CONVERSION".
read / write
- reachCriteria ↔ ReportReachCriteria?
-
The report criteria for a report of type "REACH".
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- schedule ↔ ReportSchedule?
-
The report's schedule.
read / write
- subAccountId ↔ String?
-
The subaccount ID to which this report belongs if applicable.
read / write
- type ↔ String?
-
The type of the report.
Possible string values are:
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited