data class Generic : Permission
(source)
Generic(id: String?, desc: String? = "") |
val desc: String?
an optional description of what this permission type is for. |
|
val id: String?
an optional native engine-specific ID of this permission. |