Class: Google::Shopping::Merchant::Reviews::V1beta::ListProductReviewsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb

Overview

response message for the ListProductReviews method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



91
92
93
94
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 91

class ListProductReviewsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#product_reviews::Array<::Google::Shopping::Merchant::Reviews::V1beta::ProductReview>

Returns The product review.

Returns:



91
92
93
94
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 91

class ListProductReviewsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end