Acl enum

Access control list permissions.

Inheritance
Annotations
  • @JsonEnum(valueField: 'raw')

Constructors

Acl(dynamic raw)
const

Values

addObject → const Acl
const Acl(r'addObject')
analytics → const Acl
const Acl(r'analytics')
browse → const Acl
const Acl(r'browse')
deleteObject → const Acl
const Acl(r'deleteObject')
deleteIndex → const Acl
const Acl(r'deleteIndex')
editSettings → const Acl
const Acl(r'editSettings')
inference → const Acl
const Acl(r'inference')
listIndexes → const Acl
const Acl(r'listIndexes')
logs → const Acl
const Acl(r'logs')
personalization → const Acl
const Acl(r'personalization')
recommendation → const Acl
const Acl(r'recommendation')
const Acl(r'search')
seeUnretrievableAttributes → const Acl
const Acl(r'seeUnretrievableAttributes')
settings → const Acl
const Acl(r'settings')
usage → const Acl
const Acl(r'usage')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
raw → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic json) Acl

Constants

values → const List<Acl>
A constant List of the values in this enum, in order of their declaration.