public sealed class UserEventImportSummary : IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessage
A summary of import result. The UserEventImportSummary summarizes
the import status for user events.
[[["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 `UserEventImportSummary` class, which provides a summary of the import status for user events in the Google Cloud Retail V2 API."],["The latest version of the `UserEventImportSummary` class is 2.12.0, with historical versions available back to 1.0.0, for reference."],["The `UserEventImportSummary` class includes properties to track the count of joined events (`JoinedEventsCount`) and unjoined events (`UnjoinedEventsCount`), each of type `Int64`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from `Object`."],["`UserEventImportSummary` can be instantiated with a parameterless constructor or a constructor that takes another `UserEventImportSummary` instance as a parameter."]]],[]]