Retail v2 API - Class ProductInlineSource (2.8.0)

public sealed class ProductInlineSource : IMessage<ProductInlineSource>, IEquatable<ProductInlineSource>, IDeepCloneable<ProductInlineSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class ProductInlineSource.

The inline source for the input config for ImportProducts method.

Inheritance

object > ProductInlineSource

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ProductInlineSource()

public ProductInlineSource()

ProductInlineSource(ProductInlineSource)

public ProductInlineSource(ProductInlineSource other)
Parameter
NameDescription
otherProductInlineSource

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
TypeDescription
RepeatedFieldProduct