Struct google_doubleclicksearch2::Availability[][src]

pub struct Availability {
    pub advertiser_id: Option<String>,
    pub segmentation_id: Option<String>,
    pub segmentation_type: Option<String>,
    pub agency_id: Option<String>,
    pub segmentation_name: Option<String>,
    pub availability_timestamp: Option<String>,
}

A message containing availability data relevant to DoubleClick Search.

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

Fields

DS advertiser ID.

The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).

The segmentation type that this availability is for (its default value is FLOODLIGHT).

DS agency ID.

The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).

The time by which all conversions have been uploaded, in epoch millis UTC.

Trait Implementations

impl Default for Availability
[src]

Returns the "default value" for a type. Read more

impl Clone for Availability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Availability
[src]

Formats the value using the given formatter. Read more

impl Part for Availability
[src]

Auto Trait Implementations