Class PerformanceIssueDetails
Details for a performance issue.
public sealed class PerformanceIssueDetails
- Inheritance
-
PerformanceIssueDetails
- Inherited Members
Properties
PerformanceIssueType
performanceIssueType
[JsonPropertyName("performanceIssueType")]
public PerformanceIssueType PerformanceIssueType { get; set; }
Property Value
SourceCodeLocation
sourceCodeLocation
[JsonPropertyName("sourceCodeLocation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceCodeLocation? SourceCodeLocation { get; set; }