public sealed class DeleteBreakpointRequest : IMessage<DeleteBreakpointRequest>, IEquatable<DeleteBreakpointRequest>, IDeepCloneable<DeleteBreakpointRequest>, 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."],[[["`DeleteBreakpointRequest` is a class used to request the deletion of a breakpoint within the Google Cloud Debugger V2 library."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBreakpointRequest` class contains properties such as `BreakpointId`, `ClientVersion`, and `DebuggeeId`, which are required parameters for specifying which breakpoint to delete, the client version, and the ID of the debuggee."],["There are two constructors for the `DeleteBreakpointRequest` class, one being a parameterless constructor, and the other which takes an other `DeleteBreakpointRequest` parameter to create a copy."],["The library has versions ranging from 2.3.0 up to the latest version 3.2.0 with a clear list of all previous versions."]]],[]]