SelectionsOptionItem
class SelectionsOptionItem(@Json(name = "optionIdentifier") optionId: String, parentEntryId: String? = null, val title: String? = null) : OptionItem
An option that was selected by the user as part of a choices response.