Class GetPossibleBreakpointsCommandResponse
Response for GetPossibleBreakpoints
public sealed class GetPossibleBreakpointsCommandResponse : ICommandResponse<GetPossibleBreakpointsCommandSettings>, ICommandResponse
- Inheritance
-
GetPossibleBreakpointsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Locations
Gets or sets the locations
[JsonPropertyName("locations")]
public BreakLocation[] Locations { get; set; }