Struct sendgrid_api::types::AuthenticationDomain
source · 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: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
custom_spf: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
default: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
dns: AuthenticationDomainDnsThe DNS records used to authenticate the sending domain.
domain: StringThe license key provided with your New Relic account.
id: f64The number of errors found while adding recipients.
ips: Vec<String>The recipient IDs of the recipients that already existed from this request.
legacy: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
subdomain: StringThe license key provided with your New Relic account.
user_id: f64The number of errors found while adding recipients.
username: StringThe license key provided with your New Relic account.
valid: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
Trait Implementations
sourceimpl Clone for AuthenticationDomain
impl Clone for AuthenticationDomain
sourcefn clone(&self) -> AuthenticationDomain
fn clone(&self) -> AuthenticationDomain
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for AuthenticationDomain
impl Debug for AuthenticationDomain
sourceimpl<'de> Deserialize<'de> for AuthenticationDomain
impl<'de> Deserialize<'de> for AuthenticationDomain
sourcefn 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>,
sourceimpl JsonSchema for AuthenticationDomain
impl JsonSchema for AuthenticationDomain
sourcefn schema_name() -> String
fn schema_name() -> String
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref keyword. Read more