class Google::Apis::Adexchangebuyer2V2beta1::FilteredBidCreativeRow

The number of filtered bids with the specified dimension values that have the specified creative.

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]

creative_id[RW]

The ID of the creative. Corresponds to the JSON property `creativeId` @return [String]

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]

Public Class Methods

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