Class: Google::Apis::Adexchangebuyer2V2beta1::NonBillableWinningBidStatusRow

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer2_v2beta1/classes.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NonBillableWinningBidStatusRow

Returns a new instance of NonBillableWinningBidStatusRow.



2820
2821
2822
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2820

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bid_countGoogle::Apis::Adexchangebuyer2V2beta1::MetricValue

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



2807
2808
2809
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2807

def bid_count
  @bid_count
end

#row_dimensionsGoogle::Apis::Adexchangebuyer2V2beta1::RowDimensions

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



2813
2814
2815
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2813

def row_dimensions
  @row_dimensions
end

#statusString

The status specifying why the winning bids were not billed. Corresponds to the JSON property status

Returns:

  • (String)


2818
2819
2820
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2818

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2825
2826
2827
2828
2829
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2825

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