View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductInlineSource (google_api_retail v0.19.1)
The inline source for the input config for ImportProducts method.
Attributes
-
products
(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Product.t)
, default:nil
) - Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 100 items.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductInlineSource{ products: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Product.t()] | nil }