Table of Contents

Class ErrorLinks

Namespace
JsonApiDotNetCore.Serialization.Objects
Assembly
JsonApiDotNetCore.dll
[PublicAPI]
public sealed class ErrorLinks
Inheritance
ErrorLinks
Inherited Members

Properties

[JsonPropertyName("about")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? About { get; set; }

Property Value

string
[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Type { get; set; }

Property Value

string