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