Table of Contents

Class TopLevelLinks

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

Properties

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

Property Value

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

Property Value

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

Property Value

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

Property Value

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

Property Value

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

Property Value

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

Property Value

string