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