pub struct GoogleCarouselCardDTO {
pub headline: Option<String>,
pub final_url: Option<String>,
pub call_to_action_label: Option<String>,
pub media: Vec<GoogleMediaDTO>,
}Available on crate feature
ad-manager only.Expand description
GoogleCarouselCardDTO from the GoHighLevel OpenAPI spec.
Fields§
§headline: Option<String>Card headline
final_url: Option<String>Card final URL
call_to_action_label: Option<String>Call to action label
media: Vec<GoogleMediaDTO>Card media items
Trait Implementations§
Source§impl Clone for GoogleCarouselCardDTO
impl Clone for GoogleCarouselCardDTO
Source§fn clone(&self) -> GoogleCarouselCardDTO
fn clone(&self) -> GoogleCarouselCardDTO
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 GoogleCarouselCardDTO
impl Debug for GoogleCarouselCardDTO
Source§impl Default for GoogleCarouselCardDTO
impl Default for GoogleCarouselCardDTO
Source§fn default() -> GoogleCarouselCardDTO
fn default() -> GoogleCarouselCardDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCarouselCardDTO
impl<'de> Deserialize<'de> for GoogleCarouselCardDTO
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 GoogleCarouselCardDTO
impl RefUnwindSafe for GoogleCarouselCardDTO
impl Send for GoogleCarouselCardDTO
impl Sync for GoogleCarouselCardDTO
impl Unpin for GoogleCarouselCardDTO
impl UnsafeUnpin for GoogleCarouselCardDTO
impl UnwindSafe for GoogleCarouselCardDTO
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