Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 3.0 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Specifies what kind of paging wanted for the result of a get.
| Field | Type | Description |
|---|---|---|
| startIndex |
xsd:int
|
Index of the first result to be returned. This field must be between 0.0 and 2.147483647E9, inclusive. |
| numberResults |
xsd:int
|
Number of results, following the first result, to return starting from the one specified by
startIndex.
This field must be between 0.0 and 2.147483647E9, inclusive.
|