FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig constructor

const FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig({
  1. Input<String?>? bucketName,
  2. Input<String?>? bucketPrefix,
})

Implementation

const FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig({
  this.bucketName,
  this.bucketPrefix,
});