public sealed class ProductInlineSource : IMessage<ProductInlineSource>, IEquatable<ProductInlineSource>, IDeepCloneable<ProductInlineSource>, IBufferMessage, IMessage
The inline source for the input config for ImportProducts method.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage details the `ProductInlineSource` class within the `Google.Cloud.Retail.V2` namespace, which is used for configuring the input source for the `ImportProducts` method."],["This class supports multiple versions, with version 2.12.0 being the latest, and it lists all the available previous versions, all the way back to 1.0.0."],["`ProductInlineSource` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` , and inherits members from the `Object` class."],["The class includes a `Products` property, which is a required list of products for updating or creation, and it must contain a valid Product ID, with a recommended maximum of 100 items."],["The class has two constructors: a default constructor, `ProductInlineSource()`, and another one, `ProductInlineSource(ProductInlineSource other)`, which takes a `ProductInlineSource` object as a parameter."]]],[]]