RestrictedExportConfig constructor

RestrictedExportConfig({
  1. bool? enabled,
  2. bool? restrictDirectTableAccess,
  3. bool? restrictQueryResult,
})

Implementation

RestrictedExportConfig({
  this.enabled,
  this.restrictDirectTableAccess,
  this.restrictQueryResult,
});