public sealed class DeleteEventsResponse : IMessage<DeleteEventsResponse>, IEquatable<DeleteEventsResponse>, IDeepCloneable<DeleteEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class DeleteEventsResponse.
[[["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 reference information for the `DeleteEventsResponse` class within the Google Cloud Error Reporting v1beta1 API, specifically version 3.0.0-beta04."],["The `DeleteEventsResponse` class is a response message used when deleting error events, and it inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document outlines the `DeleteEventsResponse` class's inheritance, implemented interfaces, inherited members, namespace (`Google.Cloud.ErrorReporting.V1Beta1`), and assembly (`Google.Cloud.ErrorReporting.V1Beta1.dll`)."],["Two constructors are detailed: a default constructor (`DeleteEventsResponse()`) and a copy constructor (`DeleteEventsResponse(DeleteEventsResponse other)`), which takes another `DeleteEventsResponse` object as a parameter."]]],[]]