Struct mailchimp_api::types::LandingPage
source · pub struct LandingPage {Show 17 fields
pub links: Vec<Links>,
pub created_at: Option<DateTime<Utc>>,
pub created_by_source: String,
pub description: String,
pub id: String,
pub list_id: String,
pub name: String,
pub published_at: Option<DateTime<Utc>>,
pub status: Option<LandingPageStatus>,
pub store_id: String,
pub template_id: i64,
pub title: String,
pub tracking: Option<TrackingSettings>,
pub unpublished_at: Option<DateTime<Utc>>,
pub updated_at: Option<DateTime<Utc>>,
pub url: String,
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.
created_at: Option<DateTime<Utc>>A summary of an individual landing page’s settings and content.
created_by_source: StringA summary of an individual landing page’s settings and content.
description: StringA summary of an individual landing page’s settings and content.
id: StringA summary of an individual landing page’s settings and content.
list_id: StringA summary of an individual landing page’s settings and content.
name: StringA 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.
status: Option<LandingPageStatus>A summary of an individual landing page’s settings and content.
store_id: StringA summary of an individual landing page’s settings and content.
template_id: i64A summary of an individual landing page’s settings and content.
title: StringA summary of an individual landing page’s settings and content.
tracking: Option<TrackingSettings>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.
updated_at: Option<DateTime<Utc>>A summary of an individual landing page’s settings and content.
url: StringA summary of an individual landing page’s settings and content.
web_id: i64A summary of an individual landing page’s settings and content.
Trait Implementations
sourceimpl Clone for LandingPage
impl Clone for LandingPage
sourcefn clone(&self) -> LandingPage
fn clone(&self) -> LandingPage
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for LandingPage
impl Debug for LandingPage
sourceimpl Default for LandingPage
impl Default for LandingPage
sourcefn default() -> LandingPage
fn default() -> LandingPage
sourceimpl<'de> Deserialize<'de> for LandingPage
impl<'de> Deserialize<'de> for LandingPage
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 LandingPage
impl JsonSchema for LandingPage
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