PlatformProperties

@Serializable(with = PlatformPropertiesSerializer::class)
data class PlatformProperties(val additionalProperties: Map<String, PlatformUserDefinedPropertyValue>)

Constructors

Link copied to clipboard
constructor(additionalProperties: Map<String, PlatformUserDefinedPropertyValue>)