class Google::Apis::Adexchangebuyer2V2beta1::ListImpressionMetricsResponse
Response message for listing the metrics that are measured in number of impressions.
Attributes
impression_metrics_rows[RW]
List of rows, each containing a set of impression metrics. Corresponds to the JSON property `impressionMetricsRows` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::ImpressionMetricsRow>]
next_page_token[RW]
A token to retrieve the next page of results. Pass this value in the ListImpressionMetricsRequest.pageToken field in the subsequent call to the impressionMetrics.list method to retrieve the next page of results. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2419 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 2424 def update!(**args) @impression_metrics_rows = args[:impression_metrics_rows] if args.key?(:impression_metrics_rows) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end