PluginConfigNetwork

@Serializable
data class PluginConfigNetwork(val type: String)

Parameters

type

Constructors

Link copied to clipboard
constructor(type: String)

Properties

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