participants property

  1. @ImcField('Formation Participants', 'participants', ImcType.typeMessageList)
List<VehicleFormationParticipant> participants

List of formation participants.

Implementation

@ImcField('Formation Participants', 'participants', ImcType.typeMessageList)
List<VehicleFormationParticipant> get participants;