Class: Google::Apis::MerchantapiReviewsV1beta::ProductReviewDestinationStatus
- Inherits:
-
Object
- Object
- Google::Apis::MerchantapiReviewsV1beta::ProductReviewDestinationStatus
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/merchantapi_reviews_v1beta/classes.rb,
lib/google/apis/merchantapi_reviews_v1beta/representations.rb,
lib/google/apis/merchantapi_reviews_v1beta/representations.rb
Overview
The destination status of the product review status.
Instance Attribute Summary collapse
-
#reporting_context ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ProductReviewDestinationStatus
constructor
A new instance of ProductReviewDestinationStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ProductReviewDestinationStatus
Returns a new instance of ProductReviewDestinationStatus.
740 741 742 |
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 740 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reporting_context ⇒ String
Output only. The name of the reporting context.
Corresponds to the JSON property reportingContext
738 739 740 |
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 738 def reporting_context @reporting_context end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
745 746 747 |
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 745 def update!(**args) @reporting_context = args[:reporting_context] if args.key?(:reporting_context) end |