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
/
LogLine
Log
Line
data
class
LogLine
(
val
type
:
LogLine.Type
,
val
line
:
String
)
Members
Constructors
Log
Line
Link copied to clipboard
constructor
(
type
:
LogLine.Type
,
line
:
String
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
LogLine.Type
>
Properties
line
Link copied to clipboard
val
line
:
String
type
Link copied to clipboard
val
type
:
LogLine.Type