Struct google_dfareporting3d4::api::DV3Ids[][src]

pub struct DV3Ids {
    pub dv_campaign_id: Option<String>,
    pub dv_creative_id: Option<String>,
    pub dv_insertion_order_id: Option<String>,
    pub dv_line_item_id: Option<String>,
    pub dv_site_id: Option<String>,
    pub kind: Option<String>,
}

DV360 IDs related to the custom event.

This type is not used in any activity, and only used as part of another schema.

Fields

dv_campaign_id: Option<String>

Campaign ID for DV360.

dv_creative_id: Option<String>

Creative ID for DV360.

dv_insertion_order_id: Option<String>

Insertion Order ID for DV360.

dv_line_item_id: Option<String>

Line Item ID for DV360.

dv_site_id: Option<String>

Site ID for DV360.

kind: Option<String>

Identifies what kind of resource this is. Value: the fixed string “dfareporting#dV3Ids”.

Trait Implementations

impl Clone for DV3Ids[src]

impl Debug for DV3Ids[src]

impl Default for DV3Ids[src]

impl<'de> Deserialize<'de> for DV3Ids[src]

impl Part for DV3Ids[src]

impl Serialize for DV3Ids[src]

Auto Trait Implementations

impl RefUnwindSafe for DV3Ids

impl Send for DV3Ids

impl Sync for DV3Ids

impl Unpin for DV3Ids

impl UnwindSafe for DV3Ids

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.