tasks property

List<Task>? tasks
final

A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.

Implementation

final List<Task>? tasks;