Class RAiDRelatedObject
- Namespace
- RAiD.Net.Domain
- Assembly
- RAiD.Net.dll
public class RAiDRelatedObject
- Inheritance
-
RAiDRelatedObject
- Inherited Members
-
Properties
Category
[JsonPropertyName("category")]
public List<RAiDRelatedObjectCategory>? Category { get; init; }
Property Value
- List<RAiDRelatedObjectCategory>
Id
[JsonPropertyName("id")]
public string? Id { get; init; }
Property Value
- string
SchemaUri
[JsonPropertyName("schemaUri")]
public string? SchemaUri { get; init; }
Property Value
- string
Type
[JsonPropertyName("type")]
public RAiDRelatedObjectType? Type { get; init; }
Property Value
- RAiDRelatedObjectType