GetContainerGroupsGroupEvent

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of events.

Link copied to clipboard

The time when the event started.

Link copied to clipboard

The time when the event ended.

Link copied to clipboard

The content of the event.

Link copied to clipboard

The name of the object to which the event belongs.

Link copied to clipboard

The name of the event.

Link copied to clipboard

The type of the event. Valid values: Normal and Warning.