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):
Attributes
-
modelType
(type:String.t
, default:nil
)
- The type of the model. -
products
(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationProductInformation)
, default:nil
)
- List of ProductInformation for this version. -
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
}
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