class Google::Apis::Adexchangebuyer2V2beta1::RowDimensions

A response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row.

Attributes

publisher_identifier[RW]

The publisher identifier for this row, if a breakdown by [BreakdownDimension. PUBLISHER_IDENTIFIER](developers.google.com/authorized-buyers/apis/ reference/rest/v2beta1/bidders.accounts.filterSets#FilterSet. BreakdownDimension) was requested. Corresponds to the JSON property `publisherIdentifier` @return [String]

time_interval[RW]

An interval of time, with an absolute start and end. Corresponds to the JSON property `timeInterval` @return [Google::Apis::Adexchangebuyer2V2beta1::TimeInterval]

Public Class Methods

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