Class: Google::Apis::ContentV2_1::ListRepricingRuleReportsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ListRepricingRuleReportsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/representations.rb
Overview
Response message for the ListRepricingRuleReports method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
A token for retrieving the next page.
-
#repricing_rule_reports ⇒ Array<Google::Apis::ContentV2_1::RepricingRuleReport>
Daily reports for the given Repricing rule.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListRepricingRuleReportsResponse
constructor
A new instance of ListRepricingRuleReportsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListRepricingRuleReportsResponse
Returns a new instance of ListRepricingRuleReportsResponse.
3847 3848 3849 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3847 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
A token for retrieving the next page. Its absence means there is no subsequent
page.
Corresponds to the JSON property nextPageToken
3840 3841 3842 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3840 def next_page_token @next_page_token end |
#repricing_rule_reports ⇒ Array<Google::Apis::ContentV2_1::RepricingRuleReport>
Daily reports for the given Repricing rule.
Corresponds to the JSON property repricingRuleReports
3845 3846 3847 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3845 def repricing_rule_reports @repricing_rule_reports end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3852 3853 3854 3855 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 3852 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 |