ContainerGroupResponseInstanceView

data class ContainerGroupResponseInstanceView(val events: List<EventResponse>, val state: String)

The instance view of the container group. Only valid in response.

Constructors

Link copied to clipboard
constructor(events: List<EventResponse>, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The events of this container group.

Link copied to clipboard

The state of the container group. Only valid in response.