Struct google_adexchangebuyer2_v2_beta1::CalloutStatusRow[][src]

pub struct CalloutStatusRow {
    pub row_dimensions: Option<RowDimensions>,
    pub callout_status_id: Option<i32>,
    pub impression_count: Option<MetricValue>,
}

The number of impressions with the specified dimension values where the corresponding bid request or bid response was not successful, as described by the specified callout 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 callout status. See callout-status-codes.

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

Trait Implementations

impl Default for CalloutStatusRow
[src]

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

impl Clone for CalloutStatusRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CalloutStatusRow
[src]

Formats the value using the given formatter. Read more

impl Part for CalloutStatusRow
[src]

Auto Trait Implementations