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-03-21 UTC."],[[["This webpage details the `ImportProductSetsRequest` class, which is used for requesting the import of product sets in the Google Cloud Vision API, specifically within the `Google.Cloud.Vision.V1` namespace for .NET."],["The `ImportProductSetsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, object comparison, cloning, and buffering."],["The class includes two constructors, one default and another that allows for copying from an existing `ImportProductSetsRequest` instance, and it has properties such as `InputConfig`, `Parent`, and `ParentAsLocationName` which define the details for the import operation."],["This page covers the versions from 2.3.0 to 3.7.0 (latest), showcasing the different versions of the `ImportProductSetsRequest` in the .NET library."],["`ImportProductSetsRequest` requires an `InputConfig` to detail the requests and a `Parent` which contains the location and the project ID."]]],[]]