View Source GoogleApi.MerchantAPI.Reports_v1beta.Model.ProductChange (google_api_merchant_api v0.4.0)

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

Attributes

  • newValue (type: String.t, default: nil) - The new value of the changed resource or attribute.
  • oldValue (type: String.t, default: nil) - The old value of the changed resource or attribute.
  • regionCode (type: String.t, default: nil) - Countries that have the change (if applicable)
  • reportingContext (type: String.t, default: nil) - Reporting contexts that have the change (if applicable)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MerchantAPI.Reports_v1beta.Model.ProductChange{
  newValue: String.t() | nil,
  oldValue: String.t() | nil,
  regionCode: String.t() | nil,
  reportingContext: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.