Organization

@Serializable
data class Organization(val updatedAt: Instant, val createdAt: Instant)

Represents an organization with its timestamps.

Constructors

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

Properties

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