DatabaseUserSettingAcl

data class DatabaseUserSettingAcl(val id: String? = null, val permission: String, val topic: String)

Constructors

Link copied to clipboard
constructor(id: String? = null, permission: String, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

An identifier for the ACL, this will be automatically assigned when you create an ACL entry

Link copied to clipboard
Link copied to clipboard