Class: Google::Apis::MerchantapiReviewsV1beta::MerchantReviewDestinationStatus

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 merchant review status.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_contextString

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

Returns:

  • (String)


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