Class ListContactsResponse (0.1.1)

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

Response message for the ListContacts method. .. attribute:: contacts

The contacts for the specified resource.

:type: Sequence[google.cloud.essential_contacts_v1.types.Contact]

Attribute

NameDescription
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.