ListHistoryResponse class
This is the full description of the ListHistoryResponse class.
- class google_workspace.gmail.histories.ListHistoryResponse
A list of histories returned be get_history.
- Parameters
gmail_client (
GmailClient) – The gmail_client.start_history_id (
int) – The history to start to list from.history_types (
lsit, optional) – Limit the results to only these history types. Can have one of the following values:"messageAdded","messageDeleted","labelAdded","labelRemoved". Defaults to None.label_id (
str, optional) – Limit results to only histories with this label id. Defaults to None.max_results – (
int, optional): Maximum number of history records to return. Defaults to None.
- history_id
The ID of the mailbox’s current history record.