Struct google_adexchangebuyer2_v2_beta1::BidResponseWithoutBidsStatusRow[][src]

pub struct BidResponseWithoutBidsStatusRow {
    pub status: Option<String>,
    pub row_dimensions: Option<RowDimensions>,
    pub impression_count: Option<MetricValue>,
}

The number of impressions with the specified dimension values that were considered to have no applicable bids, as described by the specified status.

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

Fields

The status specifying why the bid responses were considered to have no applicable bids.

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

The number of impressions for which there was a bid response with the specified status.

Trait Implementations

impl Default for BidResponseWithoutBidsStatusRow
[src]

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

impl Clone for BidResponseWithoutBidsStatusRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BidResponseWithoutBidsStatusRow
[src]

Formats the value using the given formatter. Read more

impl Part for BidResponseWithoutBidsStatusRow
[src]

Auto Trait Implementations