public class Trip { [JsonPropertyName("id"), Required] public string Id { get; set; } [JsonPropertyName("vehicleId"), Required] public ...
確定! 回上一頁