class Google::Apis::Adexchangebuyer2V2beta1::CalloutStatusRow
The number of impressions with the specified dimension values where the corresponding bid request or bid response was not successful, as described by the specified callout status.
Attributes
The ID of the callout status. See [callout-status-codes](developers. google.com/authorized-buyers/rtb/downloads/callout-status-codes). Corresponds to the JSON property `calloutStatusId` @return [Fixnum]
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]
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
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 384 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 389 def update!(**args) @callout_status_id = args[:callout_status_id] if args.key?(:callout_status_id) @impression_count = args[:impression_count] if args.key?(:impression_count) @row_dimensions = args[:row_dimensions] if args.key?(:row_dimensions) end