Class: Google::Apis::ContentV2_1::ListRepricingProductReportsResponse

Inherits:
Object
  • Object
show all
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 ListRepricingProductReports method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListRepricingProductReportsResponse

Returns a new instance of ListRepricingProductReportsResponse.



3821
3822
3823
# File 'generated/google/apis/content_v2_1/classes.rb', line 3821

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)


3814
3815
3816
# File 'generated/google/apis/content_v2_1/classes.rb', line 3814

def next_page_token
  @next_page_token
end

#repricing_product_reportsArray<Google::Apis::ContentV2_1::RepricingProductReport>

Periodic reports for the given Repricing product. Corresponds to the JSON property repricingProductReports



3819
3820
3821
# File 'generated/google/apis/content_v2_1/classes.rb', line 3819

def repricing_product_reports
  @repricing_product_reports
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3826
3827
3828
3829
# File 'generated/google/apis/content_v2_1/classes.rb', line 3826

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