Click or drag to resize
ParaPlan Logo

AddTripRequestResponseFailedTrips Property

List of trips and the reason of trips that were not able to be added

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, string> FailedTrips { get; set; }

Property Value

Type: DictionaryString, String
See Also