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.



740
741
742
# File 'lib/google/apis/merchantapi_reviews_v1beta/classes.rb', line 740

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)


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