Application Property Group
data class ApplicationPropertyGroup(val propertyGroupId: String? = null, val propertyMap: Map<String, String>? = null)
Property key-value pairs passed into an application.
Property key-value pairs passed into an application.