Struct mailchimp_api::types::CampaignSettingsData
source · pub struct CampaignSettingsData {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 name of the folder.
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 name of the folder.
subject_line: StringThe name of the folder.
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 CampaignSettingsData
impl Clone for CampaignSettingsData
sourcefn clone(&self) -> CampaignSettingsData
fn clone(&self) -> CampaignSettingsData
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for CampaignSettingsData
impl Debug for CampaignSettingsData
sourceimpl<'de> Deserialize<'de> for CampaignSettingsData
impl<'de> Deserialize<'de> for CampaignSettingsData
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 CampaignSettingsData
impl JsonSchema for CampaignSettingsData
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