OwnerContext

data class OwnerContext(val tenantId: Int, val userId: Int)

Constructors

Link copied to clipboard
constructor(tenantId: Int, userId: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val userId: Int