pub struct GetCampaignsResponseCampaignSettings {Show 17 fields
pub authenticate: bool,
pub auto_fb_post: Vec<String>,
pub auto_footer: bool,
pub auto_tweet: bool,
pub drag_and_drop: 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 timewarp: bool,
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.
drag_and_drop: 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.
timewarp: boolThe 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 GetCampaignsResponseCampaignSettings
impl Clone for GetCampaignsResponseCampaignSettings
sourcefn clone(&self) -> GetCampaignsResponseCampaignSettings
fn clone(&self) -> GetCampaignsResponseCampaignSettings
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl<'de> Deserialize<'de> for GetCampaignsResponseCampaignSettings
impl<'de> Deserialize<'de> for GetCampaignsResponseCampaignSettings
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 GetCampaignsResponseCampaignSettings
impl JsonSchema for GetCampaignsResponseCampaignSettings
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