Struct google_adexchangebuyer2_v2_beta1::ListCreativeStatusBreakdownByCreativeResponse[][src]

pub struct ListCreativeStatusBreakdownByCreativeResponse {
    pub next_page_token: Option<String>,
    pub filtered_bid_creative_rows: Option<Vec<FilteredBidCreativeRow>>,
}

Response message for listing all creatives associated with a given filtered bid reason.

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 ListCreativeStatusBreakdownByCreativeRequest.pageToken field in the subsequent call to the filteredBids.creatives.list method to retrieve the next page of results.

List of rows, with counts of bids with a given creative status aggregated by creative.

Trait Implementations

Auto Trait Implementations