File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -923,6 +923,15 @@ type PlatformBookingRequirement struct {
923923
924924 // MaxPlanificationDuration: allowed planification time from now where the platform can be booked in the future.
925925 MaxPlanificationDuration * scw.Duration `json:"max_planification_duration"`
926+
927+ // MinPlanificationDuration: minimum planification time before a platform can be booked.
928+ MinPlanificationDuration * scw.Duration `json:"min_planification_duration"`
929+
930+ // MaxBookingPerWeek: maximum amount of booking allowed for one organization per week.
931+ MaxBookingPerWeek uint32 `json:"max_booking_per_week"`
932+
933+ // MaxBookingPerDay: maximum amount of booking allowed for one organization per day.
934+ MaxBookingPerDay uint32 `json:"max_booking_per_day"`
926935}
927936
928937// PlatformHardware: platform hardware.
You can’t perform that action at this time.
0 commit comments