Voting helps other researchers find interesting modules.
Store ProductInformation for a given version of the models used in VSS.
modelType
String.t
nil
products
list(GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationProductInformation.t)
version
integer()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationVersionedProductInformationSet{ modelType: String.t() | nil, products: [ GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationProductInformation.t() ] | nil, version: integer() | nil }
@spec decode(struct(), keyword()) :: struct()