ListContactsResponse

Response message for the ListContacts method.

JSON representation
{
  "contacts": [
    {
      object (Contact)
    }
  ],
  "nextPageToken": string
}
Fields
contacts[]

object (Contact)

The contacts for the specified resource.

nextPageToken

string

If there are more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken and the rest of the parameters the same as the original request.