eventsItemResponse property

Map<String, EventItemResponse>? eventsItemResponse
final

A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.

Implementation

final Map<String, EventItemResponse>? eventsItemResponse;