Class: Google::Shopping::Merchant::Reviews::V1beta::ListMerchantReviewsResponse

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

Instance Attribute Details

#merchant_reviews::Array<::Google::Shopping::Merchant::Reviews::V1beta::MerchantReview>

Returns The merchant review.

Returns:



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.

Returns:

  • (::String)

    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