RegistrationVersionStatusHistory

The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val approvedTimestamp: <Error class: unknown class>?

The time when the registration was in the approved state, in UNIX epoch time format.

Link copied to clipboard
val archivedTimestamp: <Error class: unknown class>?

The time when the registration was in the archived state, in UNIX epoch time format.

Link copied to clipboard
val awsReviewingTimestamp: <Error class: unknown class>?

The time when the registration was in the AWS reviewing state, in UNIX epoch time format.

Link copied to clipboard
val deniedTimestamp: <Error class: unknown class>?

The time when the registration was in the denied state, in UNIX epoch time format.

Link copied to clipboard
val discardedTimestamp: <Error class: unknown class>?

The time when the registration was in the discarded state, in UNIX epoch time format.

Link copied to clipboard
val draftTimestamp: <Error class: unknown class>

The time when the registration was in the draft state, in UNIX epoch time format.

Link copied to clipboard
val requiresAuthenticationTimestamp: <Error class: unknown class>?

The time when the registration was in the requires authentication state, in UNIX epoch time format.

Link copied to clipboard
val reviewingTimestamp: <Error class: unknown class>?

The time when the registration was in the reviewing state, in UNIX epoch time format.

Link copied to clipboard
val revokedTimestamp: <Error class: unknown class>?

The time when the registration was in the revoked state, in UNIX epoch time format.

Link copied to clipboard
val submittedTimestamp: <Error class: unknown class>?

The time when the registration was in the submitted state, in UNIX epoch time format.

Functions

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