AttributeObject enum

Inheritance
Annotations
  • @JsonEnum(fieldRename: FieldRename.snake)

Constructors

AttributeObject()
const

Values

list → const AttributeObject
server → const AttributeObject
allocation → const AttributeObject
systemPermissions → const AttributeObject
user → const AttributeObject
recoveryTokens → const AttributeObject
apiKey → const AttributeObject
stats → const AttributeObject
fileObject → const AttributeObject
signedUrl → const AttributeObject
serverSchedule → const AttributeObject
scheduleTask → const AttributeObject
serverSubuser → const AttributeObject
backup → const AttributeObject
eggVariable → const AttributeObject
node → const AttributeObject
location → const AttributeObject
serverDatabase → const AttributeObject
databasePassword → const AttributeObject
databases → const AttributeObject
databaseHost → const AttributeObject
nest → const AttributeObject
egg → const AttributeObject
sshKey → const AttributeObject
activityLog → const AttributeObject

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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