IngestionRecord

data class IngestionRecord(val metadata: IngestionMetadata, val events: List<IngestionEvent>)

Constructors

Link copied to clipboard
constructor(metadata: IngestionMetadata, events: List<IngestionEvent>)

Properties

Link copied to clipboard
Link copied to clipboard