# IbmWorkloadSchedulerApi.MultipleTriggersData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**everydayatdata** | [**[TimeData]**](TimeData.md) | The hours and minutes data to create schedules to run the process every day at the specified time | [optional] 
**repeatweeklydata** | [**[RepeatTimeData]**](RepeatTimeData.md) | List of the repeat time data to create triggers that run weekly. | [optional] 
**repeatdailydata** | [**[RepeatTimeData]**](RepeatTimeData.md) | List of the repeat time data to create triggers that run daily. Days property will not be used. | [optional] 
**scheduleondata** | [**[TimeData]**](TimeData.md) | List of the time data to create triggers that run once, at the time specified. Only hour and minutes values will be used. | [optional] 


