Integration Connector Operator
data class IntegrationConnectorOperator(val marketo: IntegrationMarketoConnectorOperator? = null, val s3: IntegrationS3ConnectorOperator? = null, val salesforce: IntegrationSalesforceConnectorOperator? = null, val serviceNow: IntegrationServiceNowConnectorOperator? = null, val zendesk: IntegrationZendeskConnectorOperator? = null)
Constructors
Link copied to clipboard
fun IntegrationConnectorOperator(marketo: IntegrationMarketoConnectorOperator? = null, s3: IntegrationS3ConnectorOperator? = null, salesforce: IntegrationSalesforceConnectorOperator? = null, serviceNow: IntegrationServiceNowConnectorOperator? = null, zendesk: IntegrationZendeskConnectorOperator? = null)