Stream Backfill All Salesforce Excluded Objects Object
data class StreamBackfillAllSalesforceExcludedObjectsObject(val fields: List<StreamBackfillAllSalesforceExcludedObjectsObjectField>? = null, val objectName: String? = null)
Constructors
Link copied to clipboard
constructor(fields: List<StreamBackfillAllSalesforceExcludedObjectsObjectField>? = null, objectName: String? = null)