TautulliUserIPRecord constructor

TautulliUserIPRecord({
  1. int? historyRowId,
  2. DateTime? lastSeen,
  3. DateTime? firstSeen,
  4. String? ipAddress,
  5. int? playCount,
  6. String? platform,
  7. String? player,
  8. String? lastPlayed,
  9. int? ratingKey,
  10. String? thumb,
  11. TautulliMediaType? mediaType,
  12. String? parentTitle,
  13. int? year,
  14. int? mediaIndex,
  15. int? parentMediaIndex,
  16. bool? live,
  17. String? originallyAvailableAt,
  18. String? guid,
  19. String? friendlyName,
  20. int? userId,
  21. TautulliTranscodeDecision? transcodedecision,
})

Implementation

TautulliUserIPRecord({
    this.historyRowId,
    this.lastSeen,
    this.firstSeen,
    this.ipAddress,
    this.playCount,
    this.platform,
    this.player,
    this.lastPlayed,
    this.ratingKey,
    this.thumb,
    this.mediaType,
    this.parentTitle,
    this.year,
    this.mediaIndex,
    this.parentMediaIndex,
    this.live,
    this.originallyAvailableAt,
    this.guid,
    this.friendlyName,
    this.userId,
    this.transcodedecision,
});