associatedObjects property

List<AffectedObject> associatedObjects
final

Objects that were associated with the event. For example, if the event was a space permission change then the associated object would be the space.

Implementation

final List<AffectedObject> associatedObjects;