MabFileFolderProtectedItemExtendedInfoResponse

data class MabFileFolderProtectedItemExtendedInfoResponse(val lastRefreshedAt: String? = null, val oldestRecoveryPoint: String? = null, val recoveryPointCount: Int? = null)

Additional information on the backed up item.

Constructors

constructor(lastRefreshedAt: String? = null, oldestRecoveryPoint: String? = null, recoveryPointCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lastRefreshedAt: String? = null

Last time when the agent data synced to service.

Link copied to clipboard

The oldest backup copy available.

Link copied to clipboard
val recoveryPointCount: Int? = null

Number of backup copies associated with the backup item.