@truenas/api-client
GitHub
Preparing search index...
v25_10_0
AppImageDockerhubRateLimitResult
Interface AppImageDockerhubRateLimitResult
interface
AppImageDockerhubRateLimitResult
{
error
?:
string
|
null
;
remaining_pull_limit
?:
number
|
null
;
remaining_time_limit_in_secs
?:
number
|
null
;
total_pull_limit
?:
number
|
null
;
total_time_limit_in_secs
?:
number
|
null
;
}
Index
Properties
error?
remaining_
pull_
limit?
remaining_
time_
limit_
in_
secs?
total_
pull_
limit?
total_
time_
limit_
in_
secs?
Properties
Optional
error
error
?:
string
|
null
Optional
remaining_
pull_
limit
remaining_pull_limit
?:
number
|
null
Optional
remaining_
time_
limit_
in_
secs
remaining_time_limit_in_secs
?:
number
|
null
Optional
total_
pull_
limit
total_pull_limit
?:
number
|
null
Optional
total_
time_
limit_
in_
secs
total_time_limit_in_secs
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
remaining_
pull_
limit
remaining_
time_
limit_
in_
secs
total_
pull_
limit
total_
time_
limit_
in_
secs
GitHub
@truenas/api-client
Loading...