headers property
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;
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.
core.List<ReportHeaders>? headers;