Integration Source Connector Properties
data class IntegrationSourceConnectorProperties(val marketo: IntegrationMarketoSourceProperties? = null, val s3: IntegrationS3SourceProperties? = null, val salesforce: IntegrationSalesforceSourceProperties? = null, val serviceNow: IntegrationServiceNowSourceProperties? = null, val zendesk: IntegrationZendeskSourceProperties? = null)
Constructors
Link copied to clipboard
fun IntegrationSourceConnectorProperties(marketo: IntegrationMarketoSourceProperties? = null, s3: IntegrationS3SourceProperties? = null, salesforce: IntegrationSalesforceSourceProperties? = null, serviceNow: IntegrationServiceNowSourceProperties? = null, zendesk: IntegrationZendeskSourceProperties? = null)