A pagination token returned from a previous call to deployments.list that indicates from where listing should continue. If the field is missing or empty, it means there are no more deployments.
[null,null,["Last updated 2023-12-05 UTC."],[],["The core content details the response structure for listing deployments. It returns a JSON object containing an array of `deployments` and a `nextPageToken`. Each `deployments` item is a Deployment object. The `nextPageToken`, a string, is used for pagination, indicating where to continue listing deployments from a previous request. An empty or missing `nextPageToken` signifies the end of available deployments. The key action is to use the `deployments.list` function to get the list.\n"]]