Acl enum

API key permissions: addObject: required to add or update records, copy or move an index. analytics: required to access the Analytics API. browse: required to view records deleteIndex: required to delete indices. deleteObject: required to delete records. editSettings: required to change index settings. inference: required to access the Inference API. listIndexes: required to list indices. logs: required to access logs of search and indexing operations. recommendation: required to access the Personalization and Recommend APIs. search: required to search records seeUnretrievableAttributes: required to retrieve unretrievableAttributes for all operations that return records. settings: required to examine index settings.

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

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.