Class: Google::Shopping::Merchant::Reviews::V1beta::ListProductReviewsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::ListProductReviewsResponse
- 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
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#product_reviews ⇒ ::Array<::Google::Shopping::Merchant::Reviews::V1beta::ProductReview>
The product review.
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.
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.
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 |