Values.ApplicationOperationInfoDetailsSourceA description of the application operation that provides information about the updates that were made to the application.
type nonrec t = {operation : Operation.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;applicationVersionChangeDetails : ApplicationVersionChangeDetails.t option;operationFailureDetails : OperationFailureDetails.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Operation.t
| `Structure of
(string
* [> `Long of ApplicationVersionId.t
| `String of OperationId.t
| `Structure of (string * [> `String of ErrorString.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]