public sealed class ImportProductSetsInputConfig : IMessage<ImportProductSetsInputConfig>, IEquatable<ImportProductSetsInputConfig>, IDeepCloneable<ImportProductSetsInputConfig>, IBufferMessage, IMessage
The input content for the ImportProductSets method.
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `ImportProductSetsInputConfig` class, which is part of the Google Cloud Vision V1 library for .NET."],["The latest version of this class is 3.7.0, and the page includes links to documentation for prior versions, including back to version 2.3.0."],["`ImportProductSetsInputConfig` is designed for handling input configurations for the `ImportProductSets` method, specifying the data source for product set imports."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class features two constructors and two properties: `GcsSource` to define the source for a CSV file and `SourceCase` to determine the type of the defined source."]]],[]]