Struct mailchimp_api::types::LandingPages
source · pub struct LandingPages {Show 19 fields
pub links: Vec<Links>,
pub clicks: i64,
pub conversion_rate: f64,
pub ecommerce: Option<LandingPageReportEcommerce>,
pub id: String,
pub list_id: String,
pub list_name: String,
pub name: String,
pub published_at: Option<DateTime<Utc>>,
pub signup_tags: Vec<Tag>,
pub status: String,
pub subscribes: i64,
pub timeseries: Option<LandingPageReportTimeseries>,
pub title: String,
pub unique_visits: i64,
pub unpublished_at: Option<DateTime<Utc>>,
pub url: String,
pub visits: i64,
pub web_id: i64,
}
Expand description
A summary of an individual landing page’s settings and content.
Fields
links: Vec<Links>
A summary of an individual landing page’s settings and content.
clicks: i64
A summary of an individual landing page’s settings and content.
conversion_rate: f64
A summary of an individual landing page’s settings and content.
ecommerce: Option<LandingPageReportEcommerce>
A summary of an individual landing page’s settings and content.
id: String
A summary of an individual landing page’s settings and content.
list_id: String
A summary of an individual landing page’s settings and content.
list_name: String
A summary of an individual landing page’s settings and content.
name: String
A summary of an individual landing page’s settings and content.
published_at: Option<DateTime<Utc>>
A summary of an individual landing page’s settings and content.
A summary of an individual landing page’s settings and content.
status: String
A summary of an individual landing page’s settings and content.
subscribes: i64
A summary of an individual landing page’s settings and content.
timeseries: Option<LandingPageReportTimeseries>
A summary of an individual landing page’s settings and content.
title: String
A summary of an individual landing page’s settings and content.
unique_visits: i64
A summary of an individual landing page’s settings and content.
unpublished_at: Option<DateTime<Utc>>
A summary of an individual landing page’s settings and content.
url: String
A summary of an individual landing page’s settings and content.
visits: i64
A summary of an individual landing page’s settings and content.
web_id: i64
A summary of an individual landing page’s settings and content.
Trait Implementations
sourceimpl Clone for LandingPages
impl Clone for LandingPages
sourcefn clone(&self) -> LandingPages
fn clone(&self) -> LandingPages
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for LandingPages
impl Debug for LandingPages
sourceimpl<'de> Deserialize<'de> for LandingPages
impl<'de> Deserialize<'de> for LandingPages
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 LandingPages
impl JsonSchema for LandingPages
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