Index

@Serializable
data class Index(val id: String, val createdAt: Instant, val updatedAt: Instant)

Constructors

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

Properties

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