EngineDescriptionPluginsInner

@Serializable
data class EngineDescriptionPluginsInner(val type: String? = null, val name: String? = null)

Parameters

type
name

Constructors

Link copied to clipboard
constructor(type: String? = null, name: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "Name")
val name: String?
Link copied to clipboard
@SerialName(value = "Type")
val type: String?