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

A single MIME message part.

Attributes

  • body (MessagePartBody): The message part body for this part, which may be empty for container MIME message parts. Defaults to: null.
  • filename (String.t): The filename of the attachment. Only present if this message part represents an attachment. Defaults to: null.
  • headers ([MessagePartHeader]): List of headers on this message part. For the top-level message part, representing the entire message payload, it will contain the standard RFC 2822 email headers such as To, From, and Subject. Defaults to: null.
  • mimeType (String.t): The MIME type of the message part. Defaults to: null.
  • partId (String.t): The immutable ID of the message part. Defaults to: null.
  • parts ([MessagePart]): The child MIME message parts of this part. This only applies to container MIME message parts, for example multipart/*. For non- container MIME message part types, such as text/plain, this field is empty. For more information, see RFC 1521. 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.MessagePart{
  body: GoogleApi.Gmail.V1.Model.MessagePartBody.t(),
  filename: any(),
  headers: [GoogleApi.Gmail.V1.Model.MessagePartHeader.t()],
  mimeType: any(),
  partId: any(),
  parts: [GoogleApi.Gmail.V1.Model.MessagePart.t()]
}

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.