pub struct CreatedCampaignListSegmentOptions {
pub conditions: Vec<ConditionsOneOf>,
pub match_: Option<Match>,
pub saved_segment_id: i64,
}Expand description
An object representing all segmentation options. This object should contain a saved_segment_id to use an existing segment, or you can create a new segment by including both match and conditions options.
Fields
conditions: Vec<ConditionsOneOf>An object representing all segmentation options. This object should contain a saved_segment_id to use an existing segment, or you can create a new segment by including both match and conditions options.
match_: Option<Match>An object representing all segmentation options. This object should contain a saved_segment_id to use an existing segment, or you can create a new segment by including both match and conditions options.
saved_segment_id: i64An object representing all segmentation options. This object should contain a saved_segment_id to use an existing segment, or you can create a new segment by including both match and conditions options.
Trait Implementations
sourceimpl Clone for CreatedCampaignListSegmentOptions
impl Clone for CreatedCampaignListSegmentOptions
sourcefn clone(&self) -> CreatedCampaignListSegmentOptions
fn clone(&self) -> CreatedCampaignListSegmentOptions
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl<'de> Deserialize<'de> for CreatedCampaignListSegmentOptions
impl<'de> Deserialize<'de> for CreatedCampaignListSegmentOptions
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 CreatedCampaignListSegmentOptions
impl JsonSchema for CreatedCampaignListSegmentOptions
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