Class GoogleCloudRetailV2alphaProductInlineSource
The inline source for the input config for ImportProducts method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaProductInlineSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Products
Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 100 items.
Declaration
[JsonProperty("products")]
public virtual IList<GoogleCloudRetailV2alphaProduct> Products { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2alphaProduct> |