Class: Google::Shopping::Merchant::Reviews::V1beta::GetProductReviewRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::GetProductReviewRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |