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