maxReportRows property

int? maxReportRows
getter/setter pair

Maximum number of report data rows to return.

If the value is not set, the API returns as many rows as possible, up to 100000. Acceptable values are 1-100000, inclusive. Values larger than 100000 return an error.

Implementation

core.int? maxReportRows;