class Google::Apis::Adexchangebuyer2V2beta1::NonBillableWinningBidStatusRow

The number of winning bids with the specified dimension values for which the buyer was not billed, as described by the specified status.

Attributes

bid_count[RW]

A metric value, with an expected value and a variance; represents a count that may be either exact or estimated (i.e. when sampled). Corresponds to the JSON property `bidCount` @return [Google::Apis::Adexchangebuyer2V2beta1::MetricValue]

row_dimensions[RW]

A response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row. Corresponds to the JSON property `rowDimensions` @return [Google::Apis::Adexchangebuyer2V2beta1::RowDimensions]

status[RW]

The status specifying why the winning bids were not billed. Corresponds to the JSON property `status` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2841
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 2846
def update!(**args)
  @bid_count = args[:bid_count] if args.key?(:bid_count)
  @row_dimensions = args[:row_dimensions] if args.key?(:row_dimensions)
  @status = args[:status] if args.key?(:status)
end