Permissions

data class Permissions(val copy: Int, val own: Int)

Constructors

Link copied to clipboard
constructor(copy: Int, own: Int)

Properties

Link copied to clipboard
val copy: Int
Link copied to clipboard
val own: Int