Property Dest
Dest
The destination to publish to
[JsonPropertyName("dest")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string Dest { get; set; }
The destination to publish to
[JsonPropertyName("dest")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string Dest { get; set; }