Table of Contents

Class TrackResponseParams

Contains the list of generated track tasks.

public class TrackResponseParams
Inheritance
object
TrackResponseParams

Properties

Tasks

The list of track tasks created by the request.

public List<TrackTask> Tasks { get; set; }

Property Value

List<TrackTask>