Class RelationshipLinks
- Namespace
- JsonApiDotNetCore.Serialization.Objects
- Assembly
- JsonApiDotNetCore.dll
[PublicAPI]
public sealed class RelationshipLinks- Inheritance
- 
      
      RelationshipLinks
- Inherited Members
Properties
Related
[JsonPropertyName("related")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Related { get; set; }Property Value
Self
[JsonPropertyName("self")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Self { get; set; }