pub struct GoogleNetworkSettingsDTO {
pub target_search_network: bool,
pub target_content_network: bool,
}Available on crate feature
ad-manager only.Expand description
GoogleNetworkSettingsDTO from the GoHighLevel OpenAPI spec.
Fields§
§target_search_network: boolTarget Google Search Network Required by the API.
target_content_network: boolTarget Google Display Network Required by the API.
Trait Implementations§
Source§impl Clone for GoogleNetworkSettingsDTO
impl Clone for GoogleNetworkSettingsDTO
Source§fn clone(&self) -> GoogleNetworkSettingsDTO
fn clone(&self) -> GoogleNetworkSettingsDTO
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 GoogleNetworkSettingsDTO
impl Debug for GoogleNetworkSettingsDTO
Source§impl Default for GoogleNetworkSettingsDTO
impl Default for GoogleNetworkSettingsDTO
Source§fn default() -> GoogleNetworkSettingsDTO
fn default() -> GoogleNetworkSettingsDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleNetworkSettingsDTO
impl<'de> Deserialize<'de> for GoogleNetworkSettingsDTO
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 GoogleNetworkSettingsDTO
impl RefUnwindSafe for GoogleNetworkSettingsDTO
impl Send for GoogleNetworkSettingsDTO
impl Sync for GoogleNetworkSettingsDTO
impl Unpin for GoogleNetworkSettingsDTO
impl UnsafeUnpin for GoogleNetworkSettingsDTO
impl UnwindSafe for GoogleNetworkSettingsDTO
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