BackupSchedule
                                BackupSchedule                            
                            JSON Example
                                    {
    "enable": false,
    "schedule_period": "DAILY",
    "minute": 30,
    "hour": 12,
    "day_of_week": 1
}
            
            
                                    boolean
                
                
            
        
        
                enable            
                            Optional
                    True, to enable scheduled backup
            
            
                                    integer
                
                
            
        
        
                minute            
                            Optional
                    The minute at which backup needs to run (permitted values 0 - 59)
            
            
                                    integer
                
                
            
        
        
                hour            
                            Optional
                    The hour at which backup needs to run (permitted values 0 - 23)
            
            
                                    integer
                
                
            
        
        
                day_of_week            
                            Optional
                    The day of the week when backup to be scheduled (permitted values 1{Sunday} - 7{Saturday})
