Class: Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewStatus::MerchantReviewDestinationStatus
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reviews::V1beta::MerchantReviewStatus::MerchantReviewDestinationStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb
Overview
The destination status of the merchant review status.
Instance Attribute Summary collapse
-
#reporting_context ⇒ ::Google::Shopping::Type::ReportingContext::ReportingContextEnum
readonly
Output only.
Instance Attribute Details
#reporting_context ⇒ ::Google::Shopping::Type::ReportingContext::ReportingContextEnum (readonly)
Returns Output only. The name of the reporting context.
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/reviews/v1beta/merchantreviews_common.rb', line 134 class MerchantReviewDestinationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |