Class: Google::Shopping::Merchant::Reviews::V1beta::InsertMerchantReviewRequest

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 InsertMerchantReview method.

Instance Attribute Summary collapse

Instance Attribute Details

#data_source::String

Returns Required. The data source of the merchantreview Format: accounts/{account}/dataSources/{datasource}.

Returns:

  • (::String)

    Required. The data source of the merchantreview Format: accounts/{account}/dataSources/{datasource}.



82
83
84
85
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 82

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

#merchant_review::Google::Shopping::Merchant::Reviews::V1beta::MerchantReview

Returns Required. The merchant review to insert.

Returns:



82
83
84
85
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 82

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

#parent::String

Returns Required. The account where the merchant review will be inserted. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The account where the merchant review will be inserted. Format: accounts/{account}



82
83
84
85
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews.rb', line 82

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