Values.OperationSummarySourceOperationSummary includes the following elements.
type nonrec t = {operationId : OperationId.t option;Identifier returned to track the requested action.
*)status : OperationStatus.t option;The current status of the requested operation in the system.
*)type_ : OperationType.t option;Type of the action requested.
*)submittedDate : Timestamp.t option;The date when the request was submitted.
*)domainName : DomainName.t option;Name of the domain.
*)message : ErrorMessage.t option;Message about the operation.
*)statusFlag : StatusFlag.t option;Automatically checks whether there are no outstanding operations on domains that need customer attention. Valid values are: PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain. PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email. PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization. PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate. PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
*)lastUpdatedDate : Timestamp.t option;The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of OperationId.t
| `Timestamp of Timestamp.t ])
list ]