Property Contact
Contact
[JsonPropertyName("contact")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AsyncApiContact? Contact { get; set; }
[JsonPropertyName("contact")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AsyncApiContact? Contact { get; set; }