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."],[[["This document outlines the `DeleteBreakpointRequest` class within the `Google.Cloud.Debugger.V2` namespace, used for requesting the deletion of a breakpoint in the Google Cloud Debugger."],["The class, part of version 2.4.0, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["Constructors allow creating instances of `DeleteBreakpointRequest` either empty or by copying another instance."],["It contains three essential string properties: `BreakpointId` (the ID of the breakpoint to delete), `ClientVersion` (the client version), and `DebuggeeId` (the ID of the debuggee)."],["The latest release of the debugger is 3.2.0, with previous versions including 3.1.0, 3.0.0, 2.4.0, and 2.3.0, available in the documentation."]]],[]]