google_api_gmail v0.4.0 GoogleApi.Gmail.V1.Model.Thread View Source
A collection of messages representing a conversation.
Attributes
historyId
(type:String.t
, default:nil
) - The ID of the last history record that modified this thread.id
(type:String.t
, default:nil
) - The unique ID of the thread.messages
(type:list(GoogleApi.Gmail.V1.Model.Message.t)
, default:nil
) - The list of messages in the thread.snippet
(type:String.t
, default:nil
) - A short part of the message text.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Gmail.V1.Model.Thread{ historyId: String.t(), id: String.t(), messages: [GoogleApi.Gmail.V1.Model.Message.t()], snippet: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.