Class: Google::Shopping::Merchant::Reviews::V1beta::DeleteProductReviewRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::DeleteProductReviewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb
Overview
Request message for the DeleteProductReview method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The ID of the Product review. Format: accounts/{account}/productReviews/{productReview}.
40 41 42 43 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 40 class DeleteProductReviewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |