QuotaStatusChanged

data class QuotaStatusChanged(val eventType: String) : AccountEvents

This data class is used when the server sends to the client the quota storage values.

Constructors

Link copied to clipboard
fun QuotaStatusChanged(eventType: String)

Properties

Link copied to clipboard
val eventType: String

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String