Class: Google::Shopping::Merchant::Reviews::V1beta::InsertProductReviewRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::InsertProductReviewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb
Overview
Request message for the InsertProductReview method.
Instance Attribute Summary collapse
-
#data_source ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#product_review ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::ProductReview
Required.
Instance Attribute Details
#data_source ⇒ ::String
Returns Required. Format:
accounts/{account}/dataSources/{datasource}.
78 79 80 81 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 78 class InsertProductReviewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The account where the product review will be inserted. Format: accounts/{account}.
78 79 80 81 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 78 class InsertProductReviewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_review ⇒ ::Google::Shopping::Merchant::Reviews::V1beta::ProductReview
Returns Required. The product review to insert.
78 79 80 81 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/productreviews.rb', line 78 class InsertProductReviewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |