Values.ApplicationOperationInfoSourceA description of the aplication operation that provides information about the updates that were made to the application.
type nonrec t = {operation : Operation.t option;operationId : OperationId.t option;startTime : Timestamp.t option;The timestamp that indicates when the operation was created.
*)endTime : Timestamp.t option;The timestamp that indicates when the operation finished.
*)operationStatus : OperationStatus.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Operation.t
| `Timestamp of Timestamp.t ])
list ]