ClickFeedback class

Gathers information about when a particular result was clicked by a user. Your application uses the SubmitFeedback operation to provide click information.

Constructors

ClickFeedback({required DateTime clickTime, required String resultId})

Properties

clickTime DateTime
The Unix timestamp of the date and time that the result was clicked.
final
hashCode int
The hash code for this object.
no setterinherited
resultId String
The unique identifier of the search result that was clicked.
final
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