DirectusRevision class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Constructors

DirectusRevision({int? id, Object? activity, String? collection, String? item, Map<String, Object?>? data, Map<String, Object?>? delta, Object? parent})
DirectusRevision.fromJson(Map<String, Object?> json)
Used for code generation
factory

Properties

activity Object?
Activity is either int or DirectusActivity.
getter/setter pair
collection String?
Collection name. NOT FK to DirectusCollection.
getter/setter pair
data Map<String, Object?>?
getter/setter pair
delta Map<String, Object?>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
item String?
Item is either String. It represents ID of item that is joined. Joining doesn't do anything.
getter/setter pair
parent Object?
Parent revision. It is either int or DirectusRevision.
getter/setter pair
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() Map<String, Object?>
Used for code generation
toString() String
A string representation of this object.
inherited

Operators

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