public sealed class ImportUserEventsResponse : IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessage
Response of the ImportUserEventsRequest. If the long running
operation was successful, then this message is returned by the
google.longrunning.Operations.response field if the operation was successful.
[[["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."],[[["The `ImportUserEventsResponse` class is the response type for the `ImportUserEventsRequest` and is returned upon successful completion of the long-running operation."],["This class implements several interfaces including `IMessage\u003cImportUserEventsResponse\u003e`, `IEquatable\u003cImportUserEventsResponse\u003e`, `IDeepCloneable\u003cImportUserEventsResponse\u003e`, `IBufferMessage`, and `IMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer operations."],["The `ImportUserEventsResponse` class includes properties like `ErrorSamples`, which provides a collection of errors encountered during the import process, `ErrorsConfig` to set where to send complete error logs, and `ImportSummary`, which offers an overview of the user event import status."],["The most recent documented version is 2.12.0, and there are multiple versions from 1.0.0 to 2.12.0 provided."]]],[]]