Struct mailchimp_api::types::CreatedCampaignSettings
source · pub struct CreatedCampaignSettings {Show 15 fields
pub authenticate: bool,
pub auto_fb_post: Vec<String>,
pub auto_footer: bool,
pub auto_tweet: bool,
pub fb_comments: bool,
pub folder_id: String,
pub from_name: String,
pub inline_css: bool,
pub preview_text: String,
pub reply_to: String,
pub subject_line: String,
pub template_id: i64,
pub title: String,
pub to_name: String,
pub use_conversation: bool,
}Expand description
The settings for your campaign, including subject, from name, reply-to address, and more.
Fields
authenticate: boolThe settings for your campaign, including subject, from name, reply-to address, and more.
auto_fb_post: Vec<String>The settings for your campaign, including subject, from name, reply-to address, and more.
The settings for your campaign, including subject, from name, reply-to address, and more.
auto_tweet: boolThe settings for your campaign, including subject, from name, reply-to address, and more.
fb_comments: boolThe settings for your campaign, including subject, from name, reply-to address, and more.
folder_id: StringThe settings for your campaign, including subject, from name, reply-to address, and more.
from_name: StringThe settings for your campaign, including subject, from name, reply-to address, and more.
inline_css: boolThe settings for your campaign, including subject, from name, reply-to address, and more.
preview_text: StringThe settings for your campaign, including subject, from name, reply-to address, and more.
reply_to: StringThe settings for your campaign, including subject, from name, reply-to address, and more.
subject_line: StringThe settings for your campaign, including subject, from name, reply-to address, and more.
template_id: i64The settings for your campaign, including subject, from name, reply-to address, and more.
title: StringThe settings for your campaign, including subject, from name, reply-to address, and more.
to_name: StringThe settings for your campaign, including subject, from name, reply-to address, and more.
use_conversation: boolThe settings for your campaign, including subject, from name, reply-to address, and more.
Trait Implementations
sourceimpl Clone for CreatedCampaignSettings
impl Clone for CreatedCampaignSettings
sourcefn clone(&self) -> CreatedCampaignSettings
fn clone(&self) -> CreatedCampaignSettings
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for CreatedCampaignSettings
impl Debug for CreatedCampaignSettings
sourceimpl<'de> Deserialize<'de> for CreatedCampaignSettings
impl<'de> Deserialize<'de> for CreatedCampaignSettings
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 CreatedCampaignSettings
impl JsonSchema for CreatedCampaignSettings
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