Class: Google::Apis::MerchantapiReviewsV1beta::ProductReviewDestinationStatus

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProductReviewDestinationStatus

Returns a new instance of ProductReviewDestinationStatus.



764
765
766
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 764

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#reporting_contextString

Output only. The name of the reporting context. Corresponds to the JSON property reportingContext

Returns:

  • (String)


762
763
764
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 762

def reporting_context
  @reporting_context
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



769
770
771
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 769

def update!(**args)
  @reporting_context = args[:reporting_context] if args.key?(:reporting_context)
end