View Source GoogleApi.ContentWarehouse.V1.Model.AdsShoppingReportingOffersSerializedSoriId (google_api_content_warehouse v0.4.0)

The serialized form of a SORI id. NOTE that this proto is stored in V4/O4 index and that new fields should not be added without getting an agreement from the serving team as well.

Attributes

  • highId (type: String.t, default: nil) -
  • lowId1 (type: String.t, default: nil) -
  • lowId2 (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AdsShoppingReportingOffersSerializedSoriId{
    highId: String.t() | nil,
    lowId1: String.t() | nil,
    lowId2: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.