tasks property

List<Task>? tasks
getter/setter pair

The tasks that are executed as part of the postdeploy Job.

Output only.

Implementation

core.List<Task>? tasks;