Struct sendgrid_api::types::WebhooksEventWebhookResponse
source · 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: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
click: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
deferred: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
delivered: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
dropped: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
enabled: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
group_resubscribe: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
group_unsubscribe: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
oauth_client_id: String
§oauth_token_url: String
§open: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
processed: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
spam_report: bool
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
unsubscribe: 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§
source§impl Clone for WebhooksEventWebhookResponse
impl Clone for WebhooksEventWebhookResponse
source§fn clone(&self) -> WebhooksEventWebhookResponse
fn clone(&self) -> WebhooksEventWebhookResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for WebhooksEventWebhookResponse
impl Debug for WebhooksEventWebhookResponse
source§impl<'de> Deserialize<'de> for WebhooksEventWebhookResponse
impl<'de> Deserialize<'de> for WebhooksEventWebhookResponse
source§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>,
source§impl JsonSchema for WebhooksEventWebhookResponse
impl JsonSchema for WebhooksEventWebhookResponse
source§fn schema_name() -> String
fn schema_name() -> String
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read moresource§impl PartialEq<WebhooksEventWebhookResponse> for WebhooksEventWebhookResponse
impl PartialEq<WebhooksEventWebhookResponse> for WebhooksEventWebhookResponse
source§fn eq(&self, other: &WebhooksEventWebhookResponse) -> bool
fn eq(&self, other: &WebhooksEventWebhookResponse) -> bool
self
and other
values to be equal, and is used
by ==
.