ClientEvent class

An event issued when an end user interacts with the application that implements Cloud Talent Solution.

Providing this information improves the quality of search and recommendation for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client.

Constructors

ClientEvent({String? createTime, String? eventId, Map<String, String>? extraInfo, JobEvent? jobEvent, String? parentEventId, String? requestId})
ClientEvent.fromJson(Map json_)

Properties

createTime String?
The timestamp of the event.
getter/setter pair
eventId String?
A unique identifier, generated by the client application.
getter/setter pair
extraInfo Map<String, String>?
Extra information about this event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobEvent JobEvent?
A event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
getter/setter pair
parentEventId String?
The event_id of an event that resulted in the current event.
getter/setter pair
requestId String?
A unique ID generated in the API responses.
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, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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