Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.model
/
ContainerLogsParameters
Container
Logs
Parameters
data
class
ContainerLogsParameters
(
val
follow
:
Boolean
=
false
,
val
stdout
:
Boolean
=
true
,
val
stderr
:
Boolean
=
true
,
val
timestamps
:
Boolean
=
false
,
val
tail
:
String
?
=
null
,
val
since
:
Long
?
=
null
,
val
until
:
Long
?
=
null
)
Members
Constructors
Container
Logs
Parameters
Link copied to clipboard
constructor
(
follow
:
Boolean
=
false
,
stdout
:
Boolean
=
true
,
stderr
:
Boolean
=
true
,
timestamps
:
Boolean
=
false
,
tail
:
String
?
=
null
,
since
:
Long
?
=
null
,
until
:
Long
?
=
null
)
Properties
follow
Link copied to clipboard
val
follow
:
Boolean
since
Link copied to clipboard
val
since
:
Long
?
stderr
Link copied to clipboard
val
stderr
:
Boolean
stdout
Link copied to clipboard
val
stdout
:
Boolean
tail
Link copied to clipboard
val
tail
:
String
?
timestamps
Link copied to clipboard
val
timestamps
:
Boolean
until
Link copied to clipboard
val
until
:
Long
?