MabContainerExtendedInfoResponse

data class MabContainerExtendedInfoResponse(val backupItemType: String? = null, val backupItems: List<String>? = null, val lastBackupStatus: String? = null, val lastRefreshedAt: String? = null, val policyName: String? = null)

Additional information of the container.

Constructors

Link copied to clipboard
constructor(backupItemType: String? = null, backupItems: List<String>? = null, lastBackupStatus: String? = null, lastRefreshedAt: String? = null, policyName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backupItems: List<String>? = null

List of backup items associated with this container.

Link copied to clipboard
val backupItemType: String? = null

Type of backup items associated with this container.

Link copied to clipboard

Latest backup status of this container.

Link copied to clipboard
val lastRefreshedAt: String? = null

Time stamp when this container was refreshed.

Link copied to clipboard
val policyName: String? = null

Backup policy associated with this container.