Class ListContactsRequest (1.2.2)

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

Request message for the ListContacts method.

Attributes

NameDescription
parent str
Required. The parent resource name. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}
page_size int
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of ``next_page_token`` in the response indicates that more results might be available. If not specified, the default page_size is 100.
page_token str
Optional. If present, retrieves the next batch of results from the preceding call to this method. ``page_token`` must be the value of ``next_page_token`` from the previous response. The values of other method parameters should be identical to those in the previous call.

Inheritance

builtins.object > proto.message.Message > ListContactsRequest