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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for `DeleteBreakpointRequest` is 3.2.0, with multiple other previous versions also being accessible."],["`DeleteBreakpointRequest` is a class used to request the deletion of a breakpoint, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is within the `Google.Cloud.Debugger.V2` namespace, specifically part of the `Google.Cloud.Debugger.V2.dll` assembly."],["It offers two constructors: a parameterless one and another that takes a `DeleteBreakpointRequest` object as its parameter."],["`DeleteBreakpointRequest` has three main string properties: `BreakpointId`, `ClientVersion`, and `DebuggeeId`, all of which are required fields for the request."]]],[]]