ApplicationInstanceManifestOverridesPayload

data class ApplicationInstanceManifestOverridesPayload(val payloadData: String? = null)

Parameter overrides for an application instance. This is a JSON document that has a single key (`PayloadData`) where the value is an escaped string representation of the overrides document.

Constructors

constructor(payloadData: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val payloadData: String? = null

The overrides document.