Struct google_adexchangebuyer2_v2_beta1::ListBidResponseErrorsResponse[][src]

pub struct ListBidResponseErrorsResponse {
    pub callout_status_rows: Option<Vec<CalloutStatusRow>>,
    pub next_page_token: Option<String>,
}

Response message for listing all reasons that bid responses resulted in an error.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

List of rows, with counts of bid responses aggregated by callout status.

A token to retrieve the next page of results. Pass this value in the ListBidResponseErrorsRequest.pageToken field in the subsequent call to the bidResponseErrors.list method to retrieve the next page of results.

Trait Implementations

impl Default for ListBidResponseErrorsResponse
[src]

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

impl Clone for ListBidResponseErrorsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListBidResponseErrorsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListBidResponseErrorsResponse
[src]

Auto Trait Implementations