UserResponseDtoNotificationSettingsOther

data class UserResponseDtoNotificationSettingsOther(val email: Boolean? = null)

Parameters

email

Constructors

Link copied to clipboard
constructor(email: Boolean? = null)

Properties

Link copied to clipboard
@SerializedName(value = "email")
val email: Boolean? = null