User Quota
data class UserQuota(val currentMessagingQuota: Long, val currentTrackingQuota: Long, val currentSosService: Long, val currentExpiryTime: Long, val currentUpdatedAt: Long, val newMessagingQuota: Long, val newTrackingQuota: Long, val newSosService: Long, val newExpiryTime: Long, val newUpdatedAt: Long, val currentMessagingUsage: Long, val currentTrackingUsage: Long, val updatedAt: Long) : BleDeviceResponse
Constructors
Link copied to clipboard
constructor(currentMessagingQuota: Long, currentTrackingQuota: Long, currentSosService: Long, currentExpiryTime: Long, currentUpdatedAt: Long, newMessagingQuota: Long, newTrackingQuota: Long, newSosService: Long, newExpiryTime: Long, newUpdatedAt: Long, currentMessagingUsage: Long, currentTrackingUsage: Long, updatedAt: Long)