View Source GoogleApi.Gmail.V1.Model.ModifyThreadRequest (google_api_gmail v0.16.0)

Attributes

  • addLabelIds (type: list(String.t), default: nil) - A list of IDs of labels to add to this thread. You can add up to 100 labels with each update.
  • removeLabelIds (type: list(String.t), default: nil) - A list of IDs of labels to remove from this thread. You can remove up to 100 labels with each update.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Gmail.V1.Model.ModifyThreadRequest{
  addLabelIds: [String.t()] | nil,
  removeLabelIds: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.