Struct mailchimp_api::types::AbuseReports
source · pub struct AbuseReports {
pub links: Vec<Links>,
pub campaign_id: String,
pub date: String,
pub email_address: String,
pub email_id: String,
pub id: i64,
pub list_id: String,
pub merge_fields: Option<Value>,
pub vip: bool,
}
Expand description
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
Fields
links: Vec<Links>
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
campaign_id: String
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
date: String
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
email_address: String
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
email_id: String
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
id: i64
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
list_id: String
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
merge_fields: Option<Value>
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
vip: bool
Details of abuse complaints for a specific list. An abuse complaint occurs when your recipient clicks to ‘report spam’ in their email program.
Trait Implementations
sourceimpl Clone for AbuseReports
impl Clone for AbuseReports
sourcefn clone(&self) -> AbuseReports
fn clone(&self) -> AbuseReports
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for AbuseReports
impl Debug for AbuseReports
sourceimpl<'de> Deserialize<'de> for AbuseReports
impl<'de> Deserialize<'de> for AbuseReports
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 AbuseReports
impl JsonSchema for AbuseReports
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