Class: Google::Shopping::Merchant::Reviews::V1beta::GetMerchantReviewRequest

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

Request message for the GetMerchantReview method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

    Required. The ID of the merchant review. Format: accounts/{account}/merchantReviews/{merchantReview}



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

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