EventsUpdateRequest class

Represents the request payload for updating an event in the FingerprintJS Pro API

Constructors

EventsUpdateRequest({required String eventId, required Map<String, dynamic> updates})
Constructor to initialize the event update request.
EventsUpdateRequest.fromJson(Map<String, dynamic> json)
Factory constructor to create an EventsUpdateRequest from a JSON object.
factory

Properties

eventId String
The unique identifier of the event to be updated.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updates Map<String, dynamic>
A key-value map representing the fields and values to update.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts an EventsUpdateRequest instance to JSON.
toString() String
A string representation of this object.
inherited

Operators

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