Class SetBreakpointByUrlCommandResponse
Response for SetBreakpointByUrl
public sealed class SetBreakpointByUrlCommandResponse : ICommandResponse<SetBreakpointByUrlCommandSettings>, ICommandResponse- Inheritance
- 
      
      SetBreakpointByUrlCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BreakpointId
Gets or sets the breakpointId
[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }Property Value
Locations
Gets or sets the locations
[JsonPropertyName("locations")]
public Location[] Locations { get; set; }Property Value
- Location[]