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 results 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, String? eventNotes, JobEvent? jobEvent, 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
- eventNotes ↔ String?
-
Notes about the event provided by recruiters or other users, for example,
feedback on why a job was bookmarked.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobEvent ↔ JobEvent?
-
An event issued when a job seeker interacts with the application that
implements Cloud Talent Solution.
getter/setter pair
- requestId ↔ String?
-
Strongly recommended for the best service experience.
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