pub struct WebhooksEventWebhookUpdateWithOAuthRequest {Show 16 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_client_secret: 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_client_secret: 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
sourceimpl Clone for WebhooksEventWebhookUpdateWithOAuthRequest
impl Clone for WebhooksEventWebhookUpdateWithOAuthRequest
sourcefn clone(&self) -> WebhooksEventWebhookUpdateWithOAuthRequest
fn clone(&self) -> WebhooksEventWebhookUpdateWithOAuthRequest
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl<'de> Deserialize<'de> for WebhooksEventWebhookUpdateWithOAuthRequest
impl<'de> Deserialize<'de> for WebhooksEventWebhookUpdateWithOAuthRequest
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 WebhooksEventWebhookUpdateWithOAuthRequest
impl JsonSchema for WebhooksEventWebhookUpdateWithOAuthRequest
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