Struct sendgrid_api::types::WebhooksEventWebhookResponse [−][src]
pub struct WebhooksEventWebhookResponse {Show 15 fields
pub bounce: bool,
pub click: bool,
pub deferred: bool,
pub delivered: bool,
pub dropped: bool,
pub enabled: bool,
pub group_resubscribe: bool,
pub group_unsubscribe: bool,
pub oauth_client_id: String,
pub oauth_token_url: String,
pub open: bool,
pub processed: bool,
pub spam_report: bool,
pub unsubscribe: bool,
pub url: String,
}Fields
bounce: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
click: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
deferred: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
delivered: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
dropped: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
enabled: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
group_resubscribe: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
group_unsubscribe: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
oauth_client_id: Stringoauth_token_url: Stringopen: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
processed: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
spam_report: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
unsubscribe: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
url: StringThe license key provided with your New Relic account.
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 Send for WebhooksEventWebhookResponse
impl Sync for WebhooksEventWebhookResponse
impl Unpin for WebhooksEventWebhookResponse
impl UnwindSafe for WebhooksEventWebhookResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more