google_api_gmail v0.5.0 GoogleApi.Gmail.V1.Model.SmtpMsa 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
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.