class Google::Apis::Adexchangebuyer2V2beta1::ListNonBillableWinningBidsResponse
Response message for listing all reasons for which a buyer was not billed for a winning bid.
Attributes
next_page_token[RW]
A token to retrieve the next page of results. Pass this value in the ListNonBillableWinningBidsRequest.pageToken field in the subsequent call to the nonBillableWinningBids.list method to retrieve the next page of results. Corresponds to the JSON property `nextPageToken` @return [String]
non_billable_winning_bid_status_rows[RW]
List of rows, with counts of bids not billed aggregated by reason. Corresponds to the JSON property `nonBillableWinningBidStatusRows` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::NonBillableWinningBidStatusRow>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2475 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2480 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @non_billable_winning_bid_status_rows = args[:non_billable_winning_bid_status_rows] if args.key?(:non_billable_winning_bid_status_rows) end