GetNotification

@Serializable
data class GetNotification(val action: String? = null, val actorId: Long? = null, val content: String? = null, val createdAt: String? = null, val id: Long? = null, val isRead: Boolean? = null, val isSystemGenerated: Boolean? = null, val objectId: Long? = null, val objectType: String? = null, val officeId: Long? = null, val tenantIdentifier: String? = null, val userIds: List<Long>? = null)

Parameters

action
actorId
content
createdAt
id
isRead
isSystemGenerated
objectId
objectType
officeId
tenantIdentifier
userIds

Constructors

Link copied to clipboard
constructor(action: String? = null, actorId: Long? = null, content: String? = null, createdAt: String? = null, id: Long? = null, isRead: Boolean? = null, isSystemGenerated: Boolean? = null, objectId: Long? = null, objectType: String? = null, officeId: Long? = null, tenantIdentifier: String? = null, userIds: List<Long>? = null)

Properties

Link copied to clipboard
val action: String? = null
Link copied to clipboard
val actorId: Long? = null
Link copied to clipboard
val content: String? = null
Link copied to clipboard
val createdAt: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val isRead: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val objectId: Long? = null
Link copied to clipboard
val objectType: String? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
Link copied to clipboard
val userIds: List<Long>? = null