pub struct CreateLinkedinIntegrationDTO {
pub location_id: String,
pub ad_account_id: String,
pub ad_account_name: String,
pub currency_code: String,
pub organization_id: String,
}Available on crate feature
ad-manager only.Expand description
CreateLinkedinIntegrationDTO from the GoHighLevel OpenAPI spec.
Fields§
§location_id: StringLocation identifier Required by the API.
ad_account_id: StringAd account identifier Required by the API.
ad_account_name: StringAd account name Required by the API.
currency_code: StringCurrency code Required by the API.
organization_id: StringOrganization identifier Required by the API.
Trait Implementations§
Source§impl Clone for CreateLinkedinIntegrationDTO
impl Clone for CreateLinkedinIntegrationDTO
Source§fn clone(&self) -> CreateLinkedinIntegrationDTO
fn clone(&self) -> CreateLinkedinIntegrationDTO
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 CreateLinkedinIntegrationDTO
impl Debug for CreateLinkedinIntegrationDTO
Source§impl Default for CreateLinkedinIntegrationDTO
impl Default for CreateLinkedinIntegrationDTO
Source§fn default() -> CreateLinkedinIntegrationDTO
fn default() -> CreateLinkedinIntegrationDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateLinkedinIntegrationDTO
impl<'de> Deserialize<'de> for CreateLinkedinIntegrationDTO
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 CreateLinkedinIntegrationDTO
impl RefUnwindSafe for CreateLinkedinIntegrationDTO
impl Send for CreateLinkedinIntegrationDTO
impl Sync for CreateLinkedinIntegrationDTO
impl Unpin for CreateLinkedinIntegrationDTO
impl UnsafeUnpin for CreateLinkedinIntegrationDTO
impl UnwindSafe for CreateLinkedinIntegrationDTO
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