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

Settings for a delegate. Delegates can read, send, and delete messages, as well as view and add contacts, for the delegator's account. See "Set up mail delegation" for more information about delegates.

Attributes

  • delegateEmail (String.t): The email address of the delegate. Defaults to: null.
  • verificationStatus (String.t): Indicates whether this address has been verified and can act as a delegate for the account. Read-only. Defaults to: null.

    • Enum - one of [accepted, expired, pending, rejected, verificationStatusUnspecified]

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.Delegate{
  delegateEmail: any(),
  verificationStatus: 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.