PodListEntry

@Serializable
data class PodListEntry(val entry: String, val updatedAt: Instant, val createdAt: Instant)

Represents a pod-level entry in an allow/block list.

Constructors

Link copied to clipboard
constructor(entry: String, updatedAt: Instant, createdAt: Instant)

Properties

Link copied to clipboard
@SerialName(value = "created_at")
val createdAt: Instant
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "updated_at")
val updatedAt: Instant