objectIDs property

  1. @JsonKey(name: r'objectIDs')
List<String> objectIDs
final

Object IDs of the records that are part of the event.

Implementation

@JsonKey(name: r'objectIDs')
final List<String> objectIDs;