ClassPermission
public class ClassPermission: Object
An object which describes class-wide permissions.
An instance of this object is automatically created in the Realm for class in your schema, and should not be created manually.
-
The name of the class which these permissions apply to.
Declaration
Swift
@objc dynamic public var name = ""
-
The permissions for this class.
Declaration
Swift
public let permissions = List<Permission>()