UserResponseDtoNotificationSettingsAccountUpdates

data class UserResponseDtoNotificationSettingsAccountUpdates(email: Boolean?)

Parameters

email

Constructors

fun UserResponseDtoNotificationSettingsAccountUpdates(email: Boolean? = null)

Properties

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