Flow Source Connector Properties
data class FlowSourceConnectorProperties(val amplitude: FlowAmplitudeSourceProperties? = null, val customConnector: FlowCustomConnectorSourceProperties? = null, val datadog: FlowDatadogSourceProperties? = null, val dynatrace: FlowDynatraceSourceProperties? = null, val googleAnalytics: FlowGoogleAnalyticsSourceProperties? = null, val inforNexus: FlowInforNexusSourceProperties? = null, val marketo: FlowMarketoSourceProperties? = null, val pardot: FlowPardotSourceProperties? = null, val s3: FlowS3SourceProperties? = null, val salesforce: FlowSalesforceSourceProperties? = null, val sapoData: FlowSapoDataSourceProperties? = null, val serviceNow: FlowServiceNowSourceProperties? = null, val singular: FlowSingularSourceProperties? = null, val slack: FlowSlackSourceProperties? = null, val trendmicro: FlowTrendmicroSourceProperties? = null, val veeva: FlowVeevaSourceProperties? = null, val zendesk: FlowZendeskSourceProperties? = null)
Source connector details required to query a connector
Constructors
Link copied to clipboard
fun FlowSourceConnectorProperties(amplitude: FlowAmplitudeSourceProperties? = null, customConnector: FlowCustomConnectorSourceProperties? = null, datadog: FlowDatadogSourceProperties? = null, dynatrace: FlowDynatraceSourceProperties? = null, googleAnalytics: FlowGoogleAnalyticsSourceProperties? = null, inforNexus: FlowInforNexusSourceProperties? = null, marketo: FlowMarketoSourceProperties? = null, pardot: FlowPardotSourceProperties? = null, s3: FlowS3SourceProperties? = null, salesforce: FlowSalesforceSourceProperties? = null, sapoData: FlowSapoDataSourceProperties? = null, serviceNow: FlowServiceNowSourceProperties? = null, singular: FlowSingularSourceProperties? = null, slack: FlowSlackSourceProperties? = null, trendmicro: FlowTrendmicroSourceProperties? = null, veeva: FlowVeevaSourceProperties? = null, zendesk: FlowZendeskSourceProperties? = null)