Struct mailchimp_api::types::Automations
source · pub struct Automations {
pub links: Vec<Links>,
pub create_time: Option<DateTime<Utc>>,
pub emails_sent: i64,
pub id: String,
pub recipients: Option<List>,
pub report_summary: Option<ReportSummary>,
pub settings: Option<Settings>,
pub start_time: Option<DateTime<Utc>>,
pub status: Option<Status>,
pub tracking: Option<Tracking>,
pub trigger_settings: Option<TriggerSettings>,
}
Expand description
A summary of an individual Automation workflow’s settings and content.
Fields
links: Vec<Links>
A summary of an individual Automation workflow’s settings and content.
create_time: Option<DateTime<Utc>>
A summary of an individual Automation workflow’s settings and content.
emails_sent: i64
A summary of an individual Automation workflow’s settings and content.
id: String
A summary of an individual Automation workflow’s settings and content.
recipients: Option<List>
A summary of an individual Automation workflow’s settings and content.
report_summary: Option<ReportSummary>
A summary of an individual Automation workflow’s settings and content.
settings: Option<Settings>
A summary of an individual Automation workflow’s settings and content.
start_time: Option<DateTime<Utc>>
A summary of an individual Automation workflow’s settings and content.
status: Option<Status>
A summary of an individual Automation workflow’s settings and content.
tracking: Option<Tracking>
A summary of an individual Automation workflow’s settings and content.
trigger_settings: Option<TriggerSettings>
A summary of an individual Automation workflow’s settings and content.
Trait Implementations
sourceimpl Clone for Automations
impl Clone for Automations
sourcefn clone(&self) -> Automations
fn clone(&self) -> Automations
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for Automations
impl Debug for Automations
sourceimpl<'de> Deserialize<'de> for Automations
impl<'de> Deserialize<'de> for Automations
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 Automations
impl JsonSchema for Automations
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