google_api_gmail v0.1.0 GoogleApi.Gmail.V1.Model.Thread View Source

A collection of messages representing a conversation.

Attributes

  • historyId (String.t): The ID of the last history record that modified this thread. Defaults to: null.
  • id (String.t): The unique ID of the thread. Defaults to: null.
  • messages ([Message]): The list of messages in the thread. Defaults to: null.
  • snippet (String.t): A short part of the message text. Defaults to: null.

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 Source
t() :: %GoogleApi.Gmail.V1.Model.Thread{
  historyId: any(),
  id: any(),
  messages: [GoogleApi.Gmail.V1.Model.Message.t()],
  snippet: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.