Class DeleteBreakpointRequest (1.4.0)

DeleteBreakpointRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to delete a breakpoint.

Attributes

NameDescription
debuggee_id str
Required. ID of the debuggee whose breakpoint to delete.
breakpoint_id str
Required. ID of the breakpoint to delete.
client_version str
Required. The client version making the call. Schema: ``domain/type/version`` (e.g., ``google.com/intellij/v1``).

Inheritance

builtins.object > proto.message.Message > DeleteBreakpointRequest