headers property

List<ReportHeaders>? headers
getter/setter pair

The header information of the columns requested in the report.

This is a list of headers; one for each dimension in the request, followed by one for each metric in the request.

Implementation

core.List<ReportHeaders>? headers;