timestamp property

  1. @JsonKey(name: r'timestamp')
int? timestamp
final

Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.

Implementation

@JsonKey(name: r'timestamp')
final int? timestamp;