Struct sendgrid_api::types::AuthenticationDomain [−][src]
pub struct AuthenticationDomain { pub automatic_security: bool, pub custom_spf: bool, pub default: bool, pub dns: AuthenticationDomainDns, pub domain: String, pub id: f64, pub ips: Vec<String>, pub legacy: bool, pub subdomain: String, pub user_id: f64, pub username: String, pub valid: bool, }
Fields
automatic_security: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
custom_spf: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
default: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
dns: AuthenticationDomainDns
The DNS records used to authenticate the sending domain.
domain: String
The license key provided with your New Relic account.
id: f64
The number of errors found while adding recipients.
ips: Vec<String>
The recipient IDs of the recipients that already existed from this request.
legacy: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
subdomain: String
The license key provided with your New Relic account.
user_id: f64
The number of errors found while adding recipients.
username: String
The license key provided with your New Relic account.
valid: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AuthenticationDomain
impl Send for AuthenticationDomain
impl Sync for AuthenticationDomain
impl Unpin for AuthenticationDomain
impl UnwindSafe for AuthenticationDomain
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more