public sealed class ProductInlineSource : IMessage<ProductInlineSource>, IEquatable<ProductInlineSource>, IDeepCloneable<ProductInlineSource>, IBufferMessage, IMessage
The inline source for the input config for ImportProducts method.
Implements
IMessage<ProductInlineSource>, IEquatable<ProductInlineSource>, IDeepCloneable<ProductInlineSource>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ProductInlineSource()
public ProductInlineSource()
ProductInlineSource(ProductInlineSource)
public ProductInlineSource(ProductInlineSource other)
Parameter | |
---|---|
Name | Description |
other | ProductInlineSource |
Properties
Products
public RepeatedField<Product> Products { get; }
Required. A list of products to update/create. Each product must have a valid [Product.id][google.cloud.retail.v2.Product.id]. Recommended max of 100 items.
Property Value | |
---|---|
Type | Description |
RepeatedField<Product> |