BackupPolicyResponse

data class BackupPolicyResponse(val status: String? = null)

Definition of BackupPolicy

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val status: String? = null

Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.