GetImageCachesCachEvent

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

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

Number of events.

Link copied to clipboard

Start time.

Link copied to clipboard

End time.

Link copied to clipboard
Link copied to clipboard

The name of event.

Link copied to clipboard

The type of event.