Class ComputeContactsResponse (1.7.2)

ComputeContactsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for the ComputeContacts method.

Attributes

NameDescription
contacts MutableSequence[google.cloud.essential_contacts_v1.types.Contact]
All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.
next_page_token str
If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token and the rest of the parameters the same as the original request.