Struct mailchimp_api::types::Stats
source · pub struct Stats {Show 17 fields
pub avg_sub_rate: f64,
pub avg_unsub_rate: f64,
pub campaign_count: i64,
pub campaign_last_sent: Option<DateTime<Utc>>,
pub cleaned_count: i64,
pub cleaned_count_since_send: i64,
pub click_rate: f64,
pub last_sub_date: Option<DateTime<Utc>>,
pub last_unsub_date: Option<DateTime<Utc>>,
pub member_count: i64,
pub member_count_since_send: i64,
pub merge_field_count: i64,
pub open_rate: f64,
pub target_sub_rate: f64,
pub total_contacts: i64,
pub unsubscribe_count: i64,
pub unsubscribe_count_since_send: i64,
}
Expand description
Stats for the list. Many of these are cached for at least five minutes.
Fields
avg_sub_rate: f64
Stats for the list. Many of these are cached for at least five minutes.
avg_unsub_rate: f64
Stats for the list. Many of these are cached for at least five minutes.
campaign_count: i64
Stats for the list. Many of these are cached for at least five minutes.
campaign_last_sent: Option<DateTime<Utc>>
Stats for the list. Many of these are cached for at least five minutes.
cleaned_count: i64
Stats for the list. Many of these are cached for at least five minutes.
cleaned_count_since_send: i64
Stats for the list. Many of these are cached for at least five minutes.
click_rate: f64
Stats for the list. Many of these are cached for at least five minutes.
last_sub_date: Option<DateTime<Utc>>
Stats for the list. Many of these are cached for at least five minutes.
last_unsub_date: Option<DateTime<Utc>>
Stats for the list. Many of these are cached for at least five minutes.
member_count: i64
Stats for the list. Many of these are cached for at least five minutes.
member_count_since_send: i64
Stats for the list. Many of these are cached for at least five minutes.
merge_field_count: i64
Stats for the list. Many of these are cached for at least five minutes.
open_rate: f64
Stats for the list. Many of these are cached for at least five minutes.
target_sub_rate: f64
Stats for the list. Many of these are cached for at least five minutes.
total_contacts: i64
Stats for the list. Many of these are cached for at least five minutes.
unsubscribe_count: i64
Stats for the list. Many of these are cached for at least five minutes.
unsubscribe_count_since_send: i64
Stats for the list. Many of these are cached for at least five minutes.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Stats
impl<'de> Deserialize<'de> for Stats
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 Stats
impl JsonSchema for Stats
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