ContainerStateRunningPatch

data class ContainerStateRunningPatch(val startedAt: String? = null)

ContainerStateRunning is a running state of a container.

Constructors

Link copied to clipboard
constructor(startedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val startedAt: String? = null

Time at which the container was last (re-)started