Struct google_adexchangebuyer2_v2_beta1::ListBidResponsesWithoutBidsResponse[][src]

pub struct ListBidResponsesWithoutBidsResponse {
    pub next_page_token: Option<String>,
    pub bid_response_without_bids_status_rows: Option<Vec<BidResponseWithoutBidsStatusRow>>,
}

Response message for listing all reasons that bid responses were considered to have no applicable bids.

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

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

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

Trait Implementations

impl Default for ListBidResponsesWithoutBidsResponse
[src]

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

impl Clone for ListBidResponsesWithoutBidsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListBidResponsesWithoutBidsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListBidResponsesWithoutBidsResponse
[src]

Auto Trait Implementations