Reservation
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Key | string | Stores a unique identifier for the reservation. |
| OwnerID | string | Stores the identifier of the owner of the reservation. |
| HeartbeatSeconds | integer | Specifies the duration in seconds after which the reservation needs to be renewed. |
| ExpiresAt | datetime | Indicates the time when the reservation will automatically expire. |
| CreatedAt | datetime | Records the timestamp when the reservation was initially created. |
| UpdatedAt | datetime | Records the timestamp of the last update to the reservation. |