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