View Source GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationVersionedProductInformationSet (google_api_content_warehouse v0.3.0)
Store ProductInformation for a given version of the models used in VSS.
Attributes
-
modelType(type:String.t, default:nil) - The type of the model. -
products(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationProductInformation.t), 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationVersionedProductInformationSet{ modelType: String.t() | nil, products: [ GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationProductInformation.t() ] | nil, version: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.