public sealed class DeleteEventsResponse : IMessage<DeleteEventsResponse>, IEquatable<DeleteEventsResponse>, IDeepCloneable<DeleteEventsResponse>, 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 document provides information on the `DeleteEventsResponse` class within the `Google.Cloud.ErrorReporting.V1Beta1` namespace, specifically for version 2.0.0-beta05 of the library."],["`DeleteEventsResponse` is a sealed class that represents the response message for deleting error events, and it inherits from `Object` while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor, `DeleteEventsResponse()`, and a copy constructor, `DeleteEventsResponse(DeleteEventsResponse other)`, which accepts another `DeleteEventsResponse` instance as a parameter."],["The document also highlights the latest version (3.0.0-beta05) and an older version (3.0.0-beta04) of the same `DeleteEventsResponse` class."],["It lists the inherited methods from `Object`: `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]