ConfigurationExtensionResponse

data class ConfigurationExtensionResponse(val publisher: String, val type: String)

Describes properties that can identify extensions.

Constructors

Link copied to clipboard
constructor(publisher: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Publisher of the extension.

Link copied to clipboard

Type of the extension.