pub struct LinkedInCreateLeadFormBodyDTO {
pub owner: SponsoredAccountOwnerDTO,
pub creation_locale: CreationLocaleDTO,
pub name: String,
pub state: String,
pub content: LeadFormContentDTO,
pub hidden_fields: Vec<HiddenFieldDTO>,
}Available on crate feature
ad-manager only.Expand description
LinkedInCreateLeadFormBodyDTO from the GoHighLevel OpenAPI spec.
Fields§
§owner: SponsoredAccountOwnerDTOForm owner Required by the API.
creation_locale: CreationLocaleDTOCreation locale Required by the API.
name: StringForm name Required by the API.
state: StringForm state
Allowed values: PUBLISHED.
Required by the API.
content: LeadFormContentDTOForm content Required by the API.
Hidden fields
Trait Implementations§
Source§impl Clone for LinkedInCreateLeadFormBodyDTO
impl Clone for LinkedInCreateLeadFormBodyDTO
Source§fn clone(&self) -> LinkedInCreateLeadFormBodyDTO
fn clone(&self) -> LinkedInCreateLeadFormBodyDTO
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 Default for LinkedInCreateLeadFormBodyDTO
impl Default for LinkedInCreateLeadFormBodyDTO
Source§fn default() -> LinkedInCreateLeadFormBodyDTO
fn default() -> LinkedInCreateLeadFormBodyDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinkedInCreateLeadFormBodyDTO
impl<'de> Deserialize<'de> for LinkedInCreateLeadFormBodyDTO
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 LinkedInCreateLeadFormBodyDTO
impl RefUnwindSafe for LinkedInCreateLeadFormBodyDTO
impl Send for LinkedInCreateLeadFormBodyDTO
impl Sync for LinkedInCreateLeadFormBodyDTO
impl Unpin for LinkedInCreateLeadFormBodyDTO
impl UnsafeUnpin for LinkedInCreateLeadFormBodyDTO
impl UnwindSafe for LinkedInCreateLeadFormBodyDTO
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