Class ListContactsResponse (1.2.2)

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

Response message for the ListContacts method.

Attributes

NameDescription
contacts Sequence[google.cloud.essential_contacts_v1.types.Contact]
The contacts for the specified resource.
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.

Inheritance

builtins.object > proto.message.Message > ListContactsResponse