pub struct AutomationCampaignSettingsType {
    pub title: String,
    pub from_name: String,
    pub reply_to: String,
    pub use_conversation: bool,
    pub to_name: String,
    pub authenticate: bool,
    pub auto_footer: bool,
    pub inline_css: bool,
}

Fields

title: String

The title of the Automation.

from_name: String

Desc: The ‘from’ name for the Automation (not an email address).

reply_to: String

Desc: The reply-to email address for the Automation.

use_conversation: bool

Desc: Whether to use Mailchimp’s Conversations feature to manage out-of-office replies.

to_name: String

Desc: The Automation’s custom ‘To’ name, typically the first name merge field.

authenticate: bool

Desc: Whether Mailchimp authenticated the Automation. Defaults to true.

auto_footer: bool

Desc: Whether to automatically append Mailchimp’s default footer to the Automation.

inline_css: bool

Desc: Whether to automatically inline the CSS included with the Automation content.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.