Struct mailchimp_api::types::AddListMembersData
source · pub struct AddListMembersData {Show 14 fields
pub email_address: String,
pub email_type: String,
pub interests: bool,
pub ip_opt: String,
pub ip_signup: String,
pub language: String,
pub location: Option<Location>,
pub marketing_permissions: Vec<MarketingPermissions>,
pub merge_fields: Option<Value>,
pub status: Option<StatusIfNew>,
pub status_if_new: StatusIfNew,
pub timestamp_opt: Option<DateTime<Utc>>,
pub timestamp_signup: Option<DateTime<Utc>>,
pub vip: bool,
}
Expand description
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
Fields
email_address: String
The name of the folder.
email_type: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
interests: bool
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
ip_opt: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
ip_signup: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
language: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
location: Option<Location>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
marketing_permissions: Vec<MarketingPermissions>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
merge_fields: Option<Value>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
status: Option<StatusIfNew>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
status_if_new: StatusIfNew
Subscriber’s status. This value is required only if the email address is not already present on the list.
timestamp_opt: Option<DateTime<Utc>>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
timestamp_signup: Option<DateTime<Utc>>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
vip: bool
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
Trait Implementations
sourceimpl Clone for AddListMembersData
impl Clone for AddListMembersData
sourcefn clone(&self) -> AddListMembersData
fn clone(&self) -> AddListMembersData
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for AddListMembersData
impl Debug for AddListMembersData
sourceimpl<'de> Deserialize<'de> for AddListMembersData
impl<'de> Deserialize<'de> for AddListMembersData
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 AddListMembersData
impl JsonSchema for AddListMembersData
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