Class RAiDSubject
public class RAiDSubject
- Inheritance
-
RAiDSubject
- Inherited Members
Properties
Id
[JsonPropertyName("id")]
public required string Id { get; init; }
Property Value
Keyword
[JsonPropertyName("keyword")]
public List<RAiDSubjectKeyword>? Keyword { get; init; }
Property Value
SchemaUri
[JsonPropertyName("schemaUri")]
public required string SchemaUri { get; init; }