fieldNames property

List<String>? fieldNames
getter/setter pair

Dimension names for visible columns in the report response.

Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.

Implementation

core.List<core.String>? fieldNames;