public sealed class ImportProductSetsRequest : IMessage<ImportProductSetsRequest>, IEquatable<ImportProductSetsRequest>, IDeepCloneable<ImportProductSetsRequest>, IBufferMessage, IMessage
[[["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 `ImportProductSetsRequest` class, which is a request message used for the `ImportProductSets` method within the Google Cloud Vision V1 API."],["The `ImportProductSetsRequest` class is part of the `Google.Cloud.Vision.V1` namespace and is implemented in the `Google.Cloud.Vision.V1.dll` assembly, and is accessible across multiple versions from 2.3.0 to 3.7.0, with 3.7.0 being the latest."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ImportProductSetsRequest` has properties such as `InputConfig`, `Parent`, and `ParentAsLocationName`, which define the input content, the project location, and a location-typed view respectively, for importing product sets."],["The webpage details two constructors for creating `ImportProductSetsRequest` objects, with one being parameterless and the other requiring another `ImportProductSetsRequest` object as an argument."]]],[]]