Struct mailchimp_api::types::ListMembersData
source · pub struct ListMembersData {Show 28 fields
pub links: Vec<Links>,
pub email_address: String,
pub email_client: String,
pub email_type: String,
pub full_name: String,
pub id: String,
pub interests: bool,
pub ip_opt: String,
pub ip_signup: String,
pub language: String,
pub last_changed: Option<DateTime<Utc>>,
pub last_note: Option<Notes>,
pub list_id: String,
pub location: Option<BatchUpdateListMembersNewLocation>,
pub marketing_permissions: Vec<MarketingPermission>,
pub member_rating: i64,
pub merge_fields: Option<Value>,
pub source: String,
pub stats: Option<ListMembersSubscriberStats>,
pub status: Option<GetListsMembersStatus>,
pub tags: Vec<Tags>,
pub tags_count: i64,
pub timestamp_opt: Option<DateTime<Utc>>,
pub timestamp_signup: Option<DateTime<Utc>>,
pub unique_email_id: String,
pub unsubscribe_reason: String,
pub vip: bool,
pub web_id: i64,
}
Expand description
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
Fields
links: Vec<Links>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
email_address: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
email_client: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
email_type: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
full_name: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
id: 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.
last_changed: Option<DateTime<Utc>>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
last_note: Option<Notes>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
list_id: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
location: Option<BatchUpdateListMembersNewLocation>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
marketing_permissions: Vec<MarketingPermission>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
member_rating: i64
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.
source: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
stats: Option<ListMembersSubscriberStats>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
status: Option<GetListsMembersStatus>
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
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.
unique_email_id: String
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
unsubscribe_reason: String
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.
web_id: i64
Individuals who are currently or have been previously subscribed to this list, including members who have bounced or unsubscribed.
Trait Implementations
sourceimpl Clone for ListMembersData
impl Clone for ListMembersData
sourcefn clone(&self) -> ListMembersData
fn clone(&self) -> ListMembersData
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for ListMembersData
impl Debug for ListMembersData
sourceimpl<'de> Deserialize<'de> for ListMembersData
impl<'de> Deserialize<'de> for ListMembersData
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 ListMembersData
impl JsonSchema for ListMembersData
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