Google Cloud Debugger v2 API - Class GetBreakpointResponse (3.1.0)

public sealed class GetBreakpointResponse : IMessage<GetBreakpointResponse>, IEquatable<GetBreakpointResponse>, IDeepCloneable<GetBreakpointResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Debugger v2 API class GetBreakpointResponse.

Response for getting breakpoint information.

Inheritance

Object > GetBreakpointResponse

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

GetBreakpointResponse()

public GetBreakpointResponse()

GetBreakpointResponse(GetBreakpointResponse)

public GetBreakpointResponse(GetBreakpointResponse other)
Parameter
NameDescription
otherGetBreakpointResponse

Properties

Breakpoint

public Breakpoint Breakpoint { get; set; }

Complete breakpoint state. The fields id and location are guaranteed to be set.

Property Value
TypeDescription
Breakpoint