timestamp property

  1. @JsonKey(name: 'time', fromJson: TautulliUtilities.ensureStringFromJson)
String? timestamp
final

The date and time of the log.

Implementation

@JsonKey(name: 'time', fromJson: TautulliUtilities.ensureStringFromJson)
final String? timestamp;