Class: Google::Apis::MerchantapiReviewsV1beta::MerchantReviewDestinationStatus
- Inherits:
-
Object
- Object
- Google::Apis::MerchantapiReviewsV1beta::MerchantReviewDestinationStatus
- 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 merchant review status.
Instance Attribute Summary collapse
-
#reporting_context ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MerchantReviewDestinationStatus
constructor
A new instance of MerchantReviewDestinationStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MerchantReviewDestinationStatus
Returns a new instance of MerchantReviewDestinationStatus.
317 318 319 |
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 317 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
315 316 317 |
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 315 def reporting_context @reporting_context end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
322 323 324 |
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 322 def update!(**args) @reporting_context = args[:reporting_context] if args.key?(:reporting_context) end |