Constructors

Link copied to clipboard
constructor()

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.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Default implementation of equals, which compares the id's.

Link copied to clipboard
open override fun hashCode(): Int

Default implementation of hash, which uses id.

Link copied to clipboard
open override fun toString(): String

Default implementation of toString for resources.