DebugHookConfig constructor

DebugHookConfig({
  1. required String s3OutputPath,
  2. List<CollectionConfiguration>? collectionConfigurations,
  3. Map<String, String>? hookParameters,
  4. String? localPath,
})

Implementation

DebugHookConfig({
  required this.s3OutputPath,
  this.collectionConfigurations,
  this.hookParameters,
  this.localPath,
});