ReportRow typedef

ReportRow = Map<String, Object?>

A row in a DoubleClick Search report.

Indicates the columns that are represented in this row. That is, each key corresponds to a column with a non-empty cell in this row.

Implementation

typedef ReportRow = core.Map<core.String, core.Object?>;