Struct mailchimp_api::types::History
source · pub struct History {}
Expand description
A summary of a specific list’s growth activity for a specific month and year.
Fields
links: Vec<Links>
A summary of a specific list’s growth activity for a specific month and year.
cleaned: i64
A summary of a specific list’s growth activity for a specific month and year.
deleted: i64
A summary of a specific list’s growth activity for a specific month and year.
existing: i64
A summary of a specific list’s growth activity for a specific month and year.
imports: i64
A summary of a specific list’s growth activity for a specific month and year.
list_id: String
A summary of a specific list’s growth activity for a specific month and year.
month: String
A summary of a specific list’s growth activity for a specific month and year.
optins: i64
A summary of a specific list’s growth activity for a specific month and year.
pending: i64
A summary of a specific list’s growth activity for a specific month and year.
reconfirm: i64
A summary of a specific list’s growth activity for a specific month and year.
subscribed: i64
A summary of a specific list’s growth activity for a specific month and year.
transactional: i64
A summary of a specific list’s growth activity for a specific month and year.
unsubscribed: i64
A summary of a specific list’s growth activity for a specific month and year.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for History
impl<'de> Deserialize<'de> for History
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 History
impl JsonSchema for History
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