Class: Google::Shopping::Merchant::Notifications::V1beta::ProductChange

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb

Overview

The change that happened to the product including old value, new value, country code as the region code and reporting context.

Instance Attribute Summary collapse

Instance Attribute Details

#new_value::String

Returns The new value of the changed resource or attribute.

Returns:

  • (::String)

    The new value of the changed resource or attribute.



158
159
160
161
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 158

class ProductChange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#old_value::String

Returns The old value of the changed resource or attribute.

Returns:

  • (::String)

    The old value of the changed resource or attribute.



158
159
160
161
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 158

class ProductChange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#region_code::String

Returns Countries that have the change (if applicable).

Returns:

  • (::String)

    Countries that have the change (if applicable)



158
159
160
161
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 158

class ProductChange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reporting_context::Google::Shopping::Type::ReportingContext::ReportingContextEnum

Returns Reporting contexts that have the change (if applicable).

Returns:



158
159
160
161
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 158

class ProductChange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end