Acl enum
Access control list permissions.
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')
- search → const Acl
-
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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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