Struct google_adexchangebuyer2_v2_beta1::CreativeStatusRow[][src]

pub struct CreativeStatusRow {
    pub row_dimensions: Option<RowDimensions>,
    pub creative_status_id: Option<i32>,
    pub bid_count: Option<MetricValue>,
}

The number of bids with the specified dimension values that did not win the auction (either were filtered pre-auction or lost the auction), as described by the specified creative status.

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

Fields

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

The ID of the creative status. See creative-status-codes.

The number of bids with the specified status.

Trait Implementations

impl Default for CreativeStatusRow
[src]

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

impl Clone for CreativeStatusRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeStatusRow
[src]

Formats the value using the given formatter. Read more

impl Part for CreativeStatusRow
[src]

Auto Trait Implementations