EventSourceConfiguration constructor

EventSourceConfiguration({
  1. int? batchSize,
  2. String? eventSource,
  3. String? functionName,
  4. bool? isActive,
  5. DateTime? lastModified,
  6. Map<String, String>? parameters,
  7. String? role,
  8. String? status,
  9. String? uuid,
})

Implementation

EventSourceConfiguration({
  this.batchSize,
  this.eventSource,
  this.functionName,
  this.isActive,
  this.lastModified,
  this.parameters,
  this.role,
  this.status,
  this.uuid,
});