products property

List<GoogleCloudRetailV2Product>? products
getter/setter pair

A list of products to update/create.

Each product must have a valid Product.id. Recommended max of 100 items.

Required.

Implementation

core.List<GoogleCloudRetailV2Product>? products;