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

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 (type: String.t, default: nil) - The email address of the delegate.
  • verificationStatus (type: String.t, default: nil) - Indicates whether this address has been verified and can act as a delegate for the account. Read-only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Gmail.V1.Model.Delegate{
  delegateEmail: String.t() | nil,
  verificationStatus: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.