pub struct DV3Ids {
pub dv_campaign_id: Option<i64>,
pub dv_creative_id: Option<i64>,
pub dv_insertion_order_id: Option<i64>,
pub dv_line_item_id: Option<i64>,
pub dv_site_id: Option<i64>,
pub kind: Option<String>,
}Expand description
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<i64>Campaign ID for DV360.
dv_creative_id: Option<i64>Creative ID for DV360.
dv_insertion_order_id: Option<i64>Insertion Order ID for DV360.
dv_line_item_id: Option<i64>Line Item ID for DV360.
dv_site_id: Option<i64>Site ID for DV360.
kind: Option<String>Identifies what kind of resource this is. Value: the fixed string “dfareporting#dV3Ids”.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DV3Ids
impl<'de> Deserialize<'de> for DV3Ids
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
impl Part for DV3Ids
Auto Trait Implementations§
impl Freeze for DV3Ids
impl RefUnwindSafe for DV3Ids
impl Send for DV3Ids
impl Sync for DV3Ids
impl Unpin for DV3Ids
impl UnwindSafe for DV3Ids
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