LoneWorkerProtectionFeaturesAllowed

data class LoneWorkerProtectionFeaturesAllowed(val enabled: Boolean, val eventType: String) : FeatureEvents

This class is used to represent changes to lone worker protection features.

Parameters

enabled

A boolean value that indicates whether the feature is being enabled or disabled.

eventType

An annotated string value representing the type of lone worker protection feature being changed. The @LoneWorkerProtectionEvensType annotation is a string constant that defines possible values for lone worker protection features.

Constructors

Link copied to clipboard
fun LoneWorkerProtectionFeaturesAllowed(enabled: Boolean, eventType: String)

Properties

Link copied to clipboard
open override val enabled: Boolean
Link copied to clipboard
val eventType: String

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String