maxResultCount property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? maxResultCount
getter/setter pair

Deprecated: Use page_size instead.

The maximum number of results per page that can be returned. If the number of available results is larger than max_result_count, a next_page_token is returned which can be passed to page_token to get the next page of results in subsequent requests. If 0 or no value is provided, a default of 20 is used. The maximum value is 20; values above 20 will be coerced to 20. Negative values will return an INVALID_ARGUMENT error. If both max_result_count and page_size are specified, max_result_count will be ignored.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? maxResultCount;