pub struct EventDataSchema {Show 18 fields
pub fbc: Option<String>,
pub fbp: Option<String>,
pub page: Option<PageDetailsSchema>,
pub type_: Option<String>,
pub domain: Option<String>,
pub medium: Option<String>,
pub source: Option<String>,
pub version: Option<String>,
pub ad_source: Option<String>,
pub medium_id: Option<String>,
pub parent_id: Option<String>,
pub referrer: Option<String>,
pub fb_event_id: Option<String>,
pub timestamp: Option<f64>,
pub parent_name: Option<String>,
pub fingerprint: Option<String>,
pub page_visit_type: Option<String>,
pub contact_session_ids: Option<ContactSessionIds>,
}Available on crate feature
forms only.Expand description
EventDataSchema from the GoHighLevel OpenAPI spec.
Fields§
§fbc: Option<String>§fbp: Option<String>§page: Option<PageDetailsSchema>§type_: Option<String>§domain: Option<String>§medium: Option<String>§source: Option<String>§version: Option<String>§ad_source: Option<String>§medium_id: Option<String>§parent_id: Option<String>§referrer: Option<String>§fb_event_id: Option<String>§timestamp: Option<f64>§parent_name: Option<String>§fingerprint: Option<String>§page_visit_type: Option<String>§contact_session_ids: Option<ContactSessionIds>Trait Implementations§
Source§impl Clone for EventDataSchema
impl Clone for EventDataSchema
Source§fn clone(&self) -> EventDataSchema
fn clone(&self) -> EventDataSchema
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventDataSchema
impl Debug for EventDataSchema
Source§impl Default for EventDataSchema
impl Default for EventDataSchema
Source§fn default() -> EventDataSchema
fn default() -> EventDataSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventDataSchema
impl<'de> Deserialize<'de> for EventDataSchema
Source§fn 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>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EventDataSchema
impl RefUnwindSafe for EventDataSchema
impl Send for EventDataSchema
impl Sync for EventDataSchema
impl Unpin for EventDataSchema
impl UnsafeUnpin for EventDataSchema
impl UnwindSafe for EventDataSchema
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more