ImageDefinitionBuildTaskGroupResponse

data class ImageDefinitionBuildTaskGroupResponse(val endTime: String, val name: String, val startTime: String, val status: String, val tasks: List<ImageDefinitionBuildTaskResponse>)

A task group executed during the image definition build.

Constructors

Link copied to clipboard
constructor(endTime: String, name: String, startTime: String, status: String, tasks: List<ImageDefinitionBuildTaskResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End time of the task group.

Link copied to clipboard

The name of the task group.

Link copied to clipboard

Start time of the task group.

Link copied to clipboard

The status of the task group.

Link copied to clipboard

The list of tasks executed during the task group.