Struct google_adexchangebuyer2_v2_beta1::FilteredBidDetailRow[][src]

pub struct FilteredBidDetailRow {
    pub detail_id: Option<i32>,
    pub row_dimensions: Option<RowDimensions>,
    pub bid_count: Option<MetricValue>,
}

The number of filtered bids with the specified dimension values, among those filtered due to the requested filtering reason (i.e. creative status), that have the specified detail.

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

Fields

The ID of the detail. The associated value can be looked up in the dictionary file corresponding to the DetailType in the response message.

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

The number of bids with the specified detail.

Trait Implementations

impl Default for FilteredBidDetailRow
[src]

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

impl Clone for FilteredBidDetailRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilteredBidDetailRow
[src]

Formats the value using the given formatter. Read more

impl Part for FilteredBidDetailRow
[src]

Auto Trait Implementations