pub struct CreateIntegrationDTO {
pub location_id: String,
pub page_id: String,
pub ad_account_id: Option<String>,
}Available on crate feature
ad-publishing only.Expand description
CreateIntegrationDTO from the GoHighLevel OpenAPI spec.
Fields§
§location_id: StringLocation identifier Required by the API.
page_id: StringFacebook page ID Required by the API.
ad_account_id: Option<String>Ad account identifier
Trait Implementations§
Source§impl Clone for CreateIntegrationDTO
impl Clone for CreateIntegrationDTO
Source§fn clone(&self) -> CreateIntegrationDTO
fn clone(&self) -> CreateIntegrationDTO
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 CreateIntegrationDTO
impl Debug for CreateIntegrationDTO
Source§impl Default for CreateIntegrationDTO
impl Default for CreateIntegrationDTO
Source§fn default() -> CreateIntegrationDTO
fn default() -> CreateIntegrationDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateIntegrationDTO
impl<'de> Deserialize<'de> for CreateIntegrationDTO
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 CreateIntegrationDTO
impl RefUnwindSafe for CreateIntegrationDTO
impl Send for CreateIntegrationDTO
impl Sync for CreateIntegrationDTO
impl Unpin for CreateIntegrationDTO
impl UnsafeUnpin for CreateIntegrationDTO
impl UnwindSafe for CreateIntegrationDTO
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