Struct google_adexchangebuyer2_v2_beta1::NonBillableWinningBidStatusRow[][src]

pub struct NonBillableWinningBidStatusRow {
    pub status: Option<String>,
    pub bid_count: Option<MetricValue>,
    pub row_dimensions: Option<RowDimensions>,
}

The number of winning bids with the specified dimension values for which the buyer was not billed, 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 winning bids were not billed.

The number of bids with the specified status.

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

Trait Implementations

impl Default for NonBillableWinningBidStatusRow
[src]

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

impl Clone for NonBillableWinningBidStatusRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NonBillableWinningBidStatusRow
[src]

Formats the value using the given formatter. Read more

impl Part for NonBillableWinningBidStatusRow
[src]

Auto Trait Implementations