Struct google_adexchangebuyer2_v2_beta1::FilteredBidCreativeRow[][src]

pub struct FilteredBidCreativeRow {
    pub creative_id: Option<String>,
    pub bid_count: Option<MetricValue>,
    pub row_dimensions: Option<RowDimensions>,
}

The number of filtered bids with the specified dimension values that have the specified creative.

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

Fields

The ID of the creative.

The number of bids with the specified creative.

The values of all dimensions associated with metric values in this row.

Trait Implementations

impl Default for FilteredBidCreativeRow
[src]

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

impl Clone for FilteredBidCreativeRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilteredBidCreativeRow
[src]

Formats the value using the given formatter. Read more

impl Part for FilteredBidCreativeRow
[src]

Auto Trait Implementations