GoogleApi.Gmail.V1.Model.SmtpMsa (google_api_gmail v0.13.3) View Source

Configuration for communication with an SMTP service.

Attributes

  • host (type: String.t, default: nil) - The hostname of the SMTP service. Required.
  • password (type: String.t, default: nil) - The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
  • port (type: integer(), default: nil) - The port of the SMTP service. Required.
  • securityMode (type: String.t, default: nil) - The protocol that will be used to secure communication with the SMTP service. Required.
  • username (type: String.t, default: nil) - The username that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Gmail.V1.Model.SmtpMsa{
  host: String.t(),
  password: String.t(),
  port: integer(),
  securityMode: String.t(),
  username: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.