Properties

Link copied to clipboard
@Json(name = "created_at")
abstract val createdAt: String

The timestamp when the resource was created.

Link copied to clipboard
@Json(name = "id")
abstract val id: String

The unique identifier of the resource.

Link copied to clipboard
@Json(name = "updated_at")
abstract val updatedAt: String

The timestamp when the resource was last updated.