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