Values.StartServicePeriodHandshakeDetailSourceDetails specific to start service period handshakes.
type nonrec t = {note : Note.t option;A note providing additional information about the service period.
*)servicePeriodType : ServicePeriodType.t option;The type of service period being started.
*)minimumNoticeDays : MinimumNoticeDays.t option;The minimum number of days notice required for changes.
*)startDate : DateTime.t option;The start date of the service period.
*)endDate : DateTime.t option;The end date of the service period.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Note.t | `Timestamp of DateTime.t ])
list ]