Class TrackResponseParams
Contains the list of generated track tasks.
public class TrackResponseParams
- Inheritance
-
objectTrackResponseParams
Properties
Tasks
The list of track tasks created by the request.
public List<TrackTask> Tasks { get; set; }
Property Value
- List<TrackTask>