Permission

class Permission

Inner class of representation for permission

Constructors

Permission
Link copied to clipboard
fun Permission()

Constructor

Permission
Link copied to clipboard
fun Permission(read: Boolean, write: Boolean)

Constructor

Permission
Link copied to clipboard
fun Permission(json: JSONObject)

Construct for NCMBAcl from JSON

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Represent to JSON object

toString
Link copied to clipboard
open override fun toString(): String

Represent to string

Properties

readable
Link copied to clipboard
val readable: Boolean

access permitted to read

writable
Link copied to clipboard
val writable: Boolean

access permitted to write