ApplicationPropertyGroup

data class ApplicationPropertyGroup(val propertyGroupId: String? = null, val propertyMap: Map<String, String>? = null)

Property key-value pairs passed into an application.

Constructors

Link copied to clipboard
constructor(propertyGroupId: String? = null, propertyMap: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val propertyGroupId: String? = null

Describes the key of an application execution property key-value pair.

Link copied to clipboard
val propertyMap: Map<String, String>? = null

Describes the value of an application execution property key-value pair.