UserResponseDtoEmailCounts

data class UserResponseDtoEmailCounts(val nonreceipt: Int? = null, val receipt: Int? = null, val total: Int? = null)

Parameters

nonreceipt
receipt
total

Constructors

Link copied to clipboard
constructor(nonreceipt: Int? = null, receipt: Int? = null, total: Int? = null)

Properties

Link copied to clipboard
@SerializedName(value = "nonreceipt")
val nonreceipt: Int? = null
Link copied to clipboard
@SerializedName(value = "receipt")
val receipt: Int? = null
Link copied to clipboard
@SerializedName(value = "total")
val total: Int? = null