GoogleApi.Gmail.V1.Model.ListHistoryResponse (google_api_gmail v0.17.0)
View SourceAttributes
-
history(type:list(GoogleApi.Gmail.V1.Model.History.t), default:nil) - List of history records. Anymessagescontained in the response will typically only haveidandthreadIdfields populated. -
historyId(type:String.t, default:nil) - The ID of the mailbox's current history record. -
nextPageToken(type:String.t, default:nil) - Page token to retrieve the next page of results in the list.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Gmail.V1.Model.ListHistoryResponse{ history: [GoogleApi.Gmail.V1.Model.History.t()] | nil, historyId: String.t() | nil, nextPageToken: String.t() | nil }