PluginConfigRootfs

@Serializable
data class PluginConfigRootfs(val type: String? = null, val diffIds: List<String>? = null)

Parameters

type
diffIds

Constructors

Link copied to clipboard
constructor(type: String? = null, diffIds: List<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "diff_ids")
val diffIds: List<String>?
Link copied to clipboard
@SerialName(value = "type")
val type: String?