SuspensionDetailsResponse

data class SuspensionDetailsResponse(val suspensionStartDate: String? = null)

The database suspension details. If the database is suspended, this object contains information related to the database's suspension state.

Constructors

Link copied to clipboard
constructor(suspensionStartDate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The starting date and time of the suspension state.