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
/
ImageSearchResponseItem
Image
Search
Response
Item
@
Serializable
data
class
ImageSearchResponseItem
(
val
description
:
String
?
=
null
,
val
isOfficial
:
Boolean
?
=
null
,
val
isAutomated
:
Boolean
?
=
null
,
val
name
:
String
?
=
null
,
val
starCount
:
Int
?
=
null
)
Parameters
description
is
Official
is
Automated
Whether this repository has automated builds enabled.
>
Deprecated
: This field is deprecated and will always be \"false\".
name
star
Count
Members
Constructors
Image
Search
Response
Item
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
isOfficial
:
Boolean
?
=
null
,
isAutomated
:
Boolean
?
=
null
,
name
:
String
?
=
null
,
starCount
:
Int
?
=
null
)
Properties
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
is
Automated
Link copied to clipboard
@
SerialName
(
value
=
"is_automated"
)
val
isAutomated
:
Boolean
?
is
Official
Link copied to clipboard
@
SerialName
(
value
=
"is_official"
)
val
isOfficial
:
Boolean
?
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
star
Count
Link copied to clipboard
@
SerialName
(
value
=
"star_count"
)
val
starCount
:
Int
?