EventResponse

data class EventResponse(val count: Int, val firstTimestamp: String, val lastTimestamp: String, val message: String, val name: String, val type: String)

A container group or container instance event.

Constructors

Link copied to clipboard
constructor(count: Int, firstTimestamp: String, lastTimestamp: String, message: String, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The count of the event.

Link copied to clipboard

The date-time of the earliest logged event.

Link copied to clipboard

The date-time of the latest logged event.

Link copied to clipboard

The event message.

Link copied to clipboard

The event name.

Link copied to clipboard

The event type.