GoogleDriveConfiguration constructor

GoogleDriveConfiguration({
  1. required String secretArn,
  2. List<String>? excludeMimeTypes,
  3. List<String>? excludeSharedDrives,
  4. List<String>? excludeUserAccounts,
  5. List<String>? exclusionPatterns,
  6. List<DataSourceToIndexFieldMapping>? fieldMappings,
  7. List<String>? inclusionPatterns,
})

Implementation

GoogleDriveConfiguration({
  required this.secretArn,
  this.excludeMimeTypes,
  this.excludeSharedDrives,
  this.excludeUserAccounts,
  this.exclusionPatterns,
  this.fieldMappings,
  this.inclusionPatterns,
});