Table of Contents

Class RelationshipLinks

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

Properties

[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