Class: Google::Shopping::Merchant::Reviews::V1beta::GetProductReviewRequest

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

Request message for the GetProductReview method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The ID of the merchant review. Format: accounts/{account}/productReviews/{productReview}.

Returns:

  • (::String)

    Required. The ID of the merchant review. Format: accounts/{account}/productReviews/{productReview}



30
31
32
33
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 30

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