entries property

List<PutEventsResultEntry>? entries
final

The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

Implementation

final List<PutEventsResultEntry>? entries;