Abiphone

@Serializable
data class Abiphone(val contactData: Map<String, JsonElement>? = null, val games: Map<String, JsonElement>? = null, val operatorChip: OperatorChip? = null, val activeContacts: List<String>? = null, val trioContactAddons: Int? = null, val selectedSort: String? = null, val hasUsedSiriusPersonalPhoneNumberItem: Boolean? = null, val lastDyeCalledYear: Int? = null)

Constructors

Link copied to clipboard
constructor(contactData: Map<String, JsonElement>? = null, games: Map<String, JsonElement>? = null, operatorChip: OperatorChip? = null, activeContacts: List<String>? = null, trioContactAddons: Int? = null, selectedSort: String? = null, hasUsedSiriusPersonalPhoneNumberItem: Boolean? = null, lastDyeCalledYear: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "active_contacts")
val activeContacts: List<String>? = null
Link copied to clipboard
@SerialName(value = "contact_data")
val contactData: Map<String, JsonElement>? = null
Link copied to clipboard
val games: Map<String, JsonElement>? = null
Link copied to clipboard
@SerialName(value = "has_used_sirius_personal_phone_number_item")
val hasUsedSiriusPersonalPhoneNumberItem: Boolean? = null
Link copied to clipboard
@SerialName(value = "last_dye_called_year")
val lastDyeCalledYear: Int? = null
Link copied to clipboard
@SerialName(value = "operator_chip")
val operatorChip: OperatorChip? = null
Link copied to clipboard
@SerialName(value = "selected_sort")
val selectedSort: String? = null
Link copied to clipboard
@SerialName(value = "trio_contact_addons")
val trioContactAddons: Int? = null