Tsarr Documentation - v1.8.0
Preparing search index...
Radarr
HistoryResource
Type Alias HistoryResource
type
HistoryResource
=
{
id
?:
number
;
movieId
?:
number
;
sourceTitle
?:
string
|
null
;
languages
?:
Radarr
.
Language
[]
|
null
;
quality
?:
Radarr
.
QualityModel
;
customFormats
?:
Radarr
.
CustomFormatResource
[]
|
null
;
customFormatScore
?:
number
;
qualityCutoffNotMet
?:
boolean
;
date
?:
string
;
downloadId
?:
string
|
null
;
eventType
?:
MovieHistoryEventType
;
data
?:
{
[
key
:
string
]:
string
|
null
}
|
null
;
movie
?:
MovieResource
;
}
Index
Properties
id?
movie
Id?
source
Title?
languages?
quality?
custom
Formats?
custom
Format
Score?
quality
Cutoff
Not
Met?
date?
download
Id?
event
Type?
data?
movie?
Properties
Optional
id
id
?:
number
Optional
movie
Id
movieId
?:
number
Optional
source
Title
sourceTitle
?:
string
|
null
Optional
languages
languages
?:
Radarr
.
Language
[]
|
null
Optional
quality
quality
?:
Radarr
.
QualityModel
Optional
custom
Formats
customFormats
?:
Radarr
.
CustomFormatResource
[]
|
null
Optional
custom
Format
Score
customFormatScore
?:
number
Optional
quality
Cutoff
Not
Met
qualityCutoffNotMet
?:
boolean
Optional
date
date
?:
string
Optional
download
Id
downloadId
?:
string
|
null
Optional
event
Type
eventType
?:
MovieHistoryEventType
Optional
data
data
?:
{
[
key
:
string
]:
string
|
null
}
|
null
Optional
movie
movie
?:
MovieResource
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
movie
Id
source
Title
languages
quality
custom
Formats
custom
Format
Score
quality
Cutoff
Not
Met
date
download
Id
event
Type
data
movie
Tsarr Documentation - v1.8.0
Loading...