Class: Google::Shopping::Merchant::Reviews::V1beta::ListMerchantReviewsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::ListMerchantReviewsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb
Overview
Response message for the ListMerchantsReview method.
Instance Attribute Summary collapse
-
#merchant_reviews ⇒ ::Array<::Google::Shopping::Merchant::Reviews::V1beta::MerchantReview>
The merchant review.
-
#next_page_token ⇒ ::String
The token to retrieve the next page of results.
Instance Attribute Details
#merchant_reviews ⇒ ::Array<::Google::Shopping::Merchant::Reviews::V1beta::MerchantReview>
Returns The merchant review.
94 95 96 97 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 94 class ListMerchantReviewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The token to retrieve the next page of results.
94 95 96 97 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 94 class ListMerchantReviewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |