class Google::Apis::ContentV2_1::ListRepricingRuleReportsResponse

Response message for the ListRepricingRuleReports 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_rule_reports[RW]

Daily reports for the given Repricing rule. Corresponds to the JSON property `repricingRuleReports` @return [Array<Google::Apis::ContentV2_1::RepricingRuleReport>]

Public Class Methods

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