ContainerParams

@JsonSerializable
data class ContainerParams(val skills: List<Skill> = emptyList()) : ContainerSpec(source)

Constructors

Link copied to clipboard
constructor(skills: List<Skill> = emptyList())

Properties

Link copied to clipboard