class Google::Apis::Adexchangebuyer2V2beta1::BidResponseWithoutBidsStatusRow

The number of impressions with the specified dimension values that were considered to have no applicable bids, as described by the specified status.

Attributes

impression_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 `impressionCount` @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 bid responses were considered to have no applicable bids. 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 328
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 333
def update!(**args)
  @impression_count = args[:impression_count] if args.key?(:impression_count)
  @row_dimensions = args[:row_dimensions] if args.key?(:row_dimensions)
  @status = args[:status] if args.key?(:status)
end