Values.LandingZoneOperationSummarySourceReturns a summary of information about a landing zone operation.
type nonrec t = {operationType : LandingZoneOperationType.t option;The type of the landing zone operation.
*)operationIdentifier : OperationIdentifier.t option;The operationIdentifier of the landing zone operation.
*)status : LandingZoneOperationStatus.t option;The status of the landing zone operation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of OperationIdentifier.t ]) list ]