GoogleApi.Gmail.V1.Model.ModifyThreadRequest (google_api_gmail v0.17.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.