ImageRepositoryShoppingProductInformationVersionedProductInformationSet

GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationVersionedProductInformationSet


Table of Contents ▼

Jump to a specific part of the page:

Description

Store ProductInformation for a given version of the models used in VSS.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. modelType (type: String.t, default: nil)
    - The type of the model.
  2. products (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationProductInformation), default: nil)
    - List of ProductInformation for this version.
  3. version (type: integer(), default: nil)
    - The version of the models used in VSS. Newer version will have a higher version number.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationVersionedProductInformationSet{
modelType: String.t() | nil,
products: [ GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationProductInformation.t() ] | nil,
version: integer() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationVersionedProductInformationSet