InstanceParameter

data class InstanceParameter(val name: String? = null, val value: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Field parameters has been deprecated from provider version 1.101.0 and config instead.

Link copied to clipboard
val value: String? = null

Field parameters has been deprecated from provider version 1.101.0 and config instead.