Values.DestinationSummarySourceSummary information about a Destination.
type nonrec t = {id : String_.t option;Unique identifier for this destination, assigned by IVS.
*)state : DestinationState.t option;State of the Composition Destination.
*)startTime : Time.t option;UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.
*)endTime : Time.t option;UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.
*)}