requiredEquipmentTypes property

List<ProtectiveEquipmentType> requiredEquipmentTypes
final

An array of personal protective equipment types for which you want summary information. If a person is detected wearing a required requipment type, the person's ID is added to the PersonsWithRequiredEquipment array field returned in ProtectiveEquipmentSummary by DetectProtectiveEquipment.

Implementation

final List<ProtectiveEquipmentType> requiredEquipmentTypes;