ReportApiColumnSpec class

A request object used to create a DoubleClick Search report.

Constructors

ReportApiColumnSpec({String? columnName, String? customDimensionName, String? customMetricName, String? endDate, bool? groupByColumn, String? headerText, String? platformSource, String? productReportPerspective, String? savedColumnName, String? startDate})
ReportApiColumnSpec.fromJson(Map json_)

Properties

columnName String?
Name of a DoubleClick Search column to include in the report.
getter/setter pair
customDimensionName String?
Segments a report by a custom dimension.
getter/setter pair
customMetricName String?
Name of a custom metric to include in the report.
getter/setter pair
endDate String?
Inclusive day in YYYY-MM-DD format.
getter/setter pair
groupByColumn bool?
Synchronous report only.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerText String?
Text used to identify this column in the report output; defaults to columnName or savedColumnName when not specified.
getter/setter pair
platformSource String?
The platform that is used to provide data for the custom dimension.
getter/setter pair
productReportPerspective String?
Returns metrics only for a specific type of product activity.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedColumnName String?
Name of a saved column to include in the report.
getter/setter pair
startDate String?
Inclusive date in YYYY-MM-DD format.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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