maven-central-portal-kotlin-api
Toggle table of contents
2.4.2
common
Platform filter
common
Switch theme
Search in API
maven-central-portal-kotlin-api
maven-central-portal-kotlin-api
/
org.danilopianini.centralpublisher.impl.models
/
DeployedComponentVersion
Deployed
Component
Version
@
Serializable
data
class
DeployedComponentVersion
(
val
name
:
String
?
=
null
,
val
path
:
String
?
=
null
,
val
errors
:
List
<
String
>
?
=
null
)
Parameters
name
path
errors
Members
Constructors
Deployed
Component
Version
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
path
:
String
?
=
null
,
errors
:
List
<
String
>
?
=
null
)
Properties
errors
Link copied to clipboard
@
SerialName
(
value
=
"errors"
)
val
errors
:
List
<
String
>
?
=
null
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
=
null
path
Link copied to clipboard
@
SerialName
(
value
=
"path"
)
val
path
:
String
?
=
null