thread property

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

The thread the log was recorded on.

Implementation

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