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 details the `ImportProductSetsInputConfig` class, which is used as an input configuration for the `ImportProductSets` method."],["The `ImportProductSetsInputConfig` class is part of the `Google.Cloud.Vision.V1` namespace and is defined within the `Google.Cloud.Vision.V1.dll` assembly."],["It inherits from the base `Object` class and implements multiple interfaces, including `IMessage\u003cImportProductSetsInputConfig\u003e`, `IEquatable\u003cImportProductSetsInputConfig\u003e`, `IDeepCloneable\u003cImportProductSetsInputConfig\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, a default constructor `ImportProductSetsInputConfig()` and another that accepts an `ImportProductSetsInputConfig` instance as a parameter."],["It includes two properties: `GcsSource`, which specifies the Google Cloud Storage location of a CSV file, and `SourceCase`, indicating the type of input source being used."]]],[]]