A pagination token returned from a previous call to devices.list method that indicates from where listing should continue. If the field is missing or empty, it means there is no more devices.
[null,null,["Last updated 2023-12-05 UTC."],[],["The `devices.list` method returns a JSON object containing a list of `devices` and a `nextPageToken`. The `devices` field is an array of Device objects, representing devices that match the request. The `nextPageToken` string, if present, indicates there are more devices and where to continue listing from in subsequent requests; its absence signifies the end of the device list.\n"]]