Backup Policy Migration State Response
data class BackupPolicyMigrationStateResponse(val startTime: String? = null, val status: String? = null, val targetType: String? = null)
The object representing the state of the migration between the backup policies.
Constructors
Link copied to clipboard
fun BackupPolicyMigrationStateResponse(startTime: String? = null, status: String? = null, targetType: String? = null)