We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b0e5e commit a64770aCopy full SHA for a64770a
api/qaas/v1alpha1/qaas_sdk.go
@@ -973,6 +973,8 @@ type CreateSessionRequestBookingDemand struct {
973
FinishedAt *time.Time `json:"finished_at"`
974
975
Description *string `json:"description"`
976
+
977
+ TimeZone *string `json:"time_zone"`
978
}
979
980
// Application: application.
@@ -1020,6 +1022,9 @@ type Booking struct {
1020
1022
1021
1023
// ProgressMessage: any progress message of the booking.
1024
ProgressMessage string `json:"progress_message"`
1025
1026
+ // TimeZone: time zone for the booking schedule, in tz database format (e.g. 'Europe/Paris').
1027
1028
1029
1030
// JobResult: job result.
0 commit comments