Values.PardotConnectorProfilePropertiesSourceThe connector-specific profile properties required when using Salesforce Pardot.
type nonrec t = {instanceUrl : InstanceUrl.t option;The location of the Salesforce Pardot resource.
*)isSandboxEnvironment : Boolean.t option;Indicates whether the connector profile applies to a sandbox or production environment.
*)businessUnitId : BusinessUnitId.t option;The business unit id of Salesforce Pardot instance.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of InstanceUrl.t ]) list ]