Spaces:
Runtime error
Runtime error
using System.Text.Json.Serialization; | |
public class QuotableInput | |
{ | |
[ | ]|
public string? Author { get; set; } | |
[ | ]|
public string? Content { get; set; } | |
[ | ]|
public List<string>? Tags { get; set; } | |
} |