Class: Google::Apis::ContentV2_1::ListRepricingRuleReportsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb

Overview

Response message for the ListRepricingRuleReports method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListRepricingRuleReportsResponse

Returns a new instance of ListRepricingRuleReportsResponse.



4485
4486
4487
# File 'lib/google/apis/content_v2_1/classes.rb', line 4485

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

Instance Attribute Details

#next_page_tokenString

A token for retrieving the next page. Its absence means there is no subsequent page. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


4478
4479
4480
# File 'lib/google/apis/content_v2_1/classes.rb', line 4478

def next_page_token
  @next_page_token
end

#repricing_rule_reportsArray<Google::Apis::ContentV2_1::RepricingRuleReport>

Daily reports for the given Repricing rule. Corresponds to the JSON property repricingRuleReports



4483
4484
4485
# File 'lib/google/apis/content_v2_1/classes.rb', line 4483

def repricing_rule_reports
  @repricing_rule_reports
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4490
4491
4492
4493
# 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