class Google::Apis::ContentV2_1::ListRepricingProductReportsResponse

Response message for the ListRepricingProductReports method.

Attributes

next_page_token[RW]

A token for retrieving the next page. Its absence means there is no subsequent page. Corresponds to the JSON property `nextPageToken` @return [String]

repricing_product_reports[RW]

Periodic reports for the given Repricing product. Corresponds to the JSON property `repricingProductReports` @return [Array<Google::Apis::ContentV2_1::RepricingProductReport>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 4459
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 4464
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @repricing_product_reports = args[:repricing_product_reports] if args.key?(:repricing_product_reports)
end