pub struct GoogleTargetInterestsDTO {
pub affinity: Vec<String>,
pub in_market: Vec<String>,
}Available on crate feature
ad-manager only.Expand description
GoogleTargetInterestsDTO from the GoHighLevel OpenAPI spec.
Fields§
§affinity: Vec<String>Affinity audience IDs
in_market: Vec<String>In-market audience IDs
Trait Implementations§
Source§impl Clone for GoogleTargetInterestsDTO
impl Clone for GoogleTargetInterestsDTO
Source§fn clone(&self) -> GoogleTargetInterestsDTO
fn clone(&self) -> GoogleTargetInterestsDTO
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 GoogleTargetInterestsDTO
impl Debug for GoogleTargetInterestsDTO
Source§impl Default for GoogleTargetInterestsDTO
impl Default for GoogleTargetInterestsDTO
Source§fn default() -> GoogleTargetInterestsDTO
fn default() -> GoogleTargetInterestsDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleTargetInterestsDTO
impl<'de> Deserialize<'de> for GoogleTargetInterestsDTO
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 GoogleTargetInterestsDTO
impl RefUnwindSafe for GoogleTargetInterestsDTO
impl Send for GoogleTargetInterestsDTO
impl Sync for GoogleTargetInterestsDTO
impl Unpin for GoogleTargetInterestsDTO
impl UnsafeUnpin for GoogleTargetInterestsDTO
impl UnwindSafe for GoogleTargetInterestsDTO
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