Values.PartnerIntegrationInfoSourceDescribes a partner integration.
type nonrec t = {databaseName : PartnerIntegrationDatabaseName.t option;The name of the database that receives data from a partner.
*)partnerName : PartnerIntegrationPartnerName.t option;The name of the partner.
*)status : PartnerIntegrationStatus.t option;The partner integration status.
*)statusMessage : PartnerIntegrationStatusMessage.t option;The status message provided by the partner.
*)createdAt : TStamp.t option;The date (UTC) that the partner integration was created.
*)updatedAt : TStamp.t option;The date (UTC) that the partner integration status was last updated by the partner.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PartnerIntegrationDatabaseName.t
| `Timestamp of TStamp.t ])
list ]