ComputeContactsResponse

Response message for the ComputeContacts method.

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

object (Contact)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

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.