ListLinksResponse

The response from links.list.

JSON representation
{
  "links": [
    {
      object (Link)
    }
  ],
  "nextPageToken": string
}
Fields
nextPageToken

string

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.