Class DeprecationIssueDetails
DeprecationIssueDetails
public sealed class DeprecationIssueDetails- Inheritance
- 
      
      DeprecationIssueDetails
- Inherited Members
Properties
AffectedFrame
affectedFrame
[JsonPropertyName("affectedFrame")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedFrame? AffectedFrame { get; set; }Property Value
SourceCodeLocation
sourceCodeLocation
[JsonPropertyName("sourceCodeLocation")]
public SourceCodeLocation SourceCodeLocation { get; set; }Property Value
Type
type
[JsonPropertyName("type")]
public string Type { get; set; }