ContainerEventResponse

data class ContainerEventResponse(val count: Int? = null, val firstTimestamp: String? = null, val lastTimestamp: String? = null, val message: String? = null, val name: String? = null, val type: String? = null)

A container event.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

The count of the event.

Link copied to clipboard
val firstTimestamp: String? = null

Date/time of the first event.

Link copied to clipboard
val lastTimestamp: String? = null

Date/time of the last event.

Link copied to clipboard
val message: String? = null

The event message

Link copied to clipboard
val name: String? = null

The name of the container event.

Link copied to clipboard
val type: String? = null

The event type.