Class CatalogInlineSource (1.0.0-beta03)

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

The inline source for the input config for ImportCatalogItems method.

Inheritance

Object > CatalogInlineSource

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

CatalogInlineSource()

public CatalogInlineSource()

CatalogInlineSource(CatalogInlineSource)

public CatalogInlineSource(CatalogInlineSource other)
Parameter
NameDescription
otherCatalogInlineSource

Properties

CatalogItems

public RepeatedField<CatalogItem> CatalogItems { get; }

Optional. A list of catalog items to update/create. Recommended max of 10k items.

Property Value
TypeDescription
RepeatedField<CatalogItem>