ManifestOverridesPayload

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.

Inheritors

Types

Link copied to clipboard

The overrides document.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ManifestOverridesPayload as a PayloadData and retrieves its kotlin.String value. Throws an exception if the ManifestOverridesPayload is not a PayloadData.

Link copied to clipboard

Casts this ManifestOverridesPayload as a PayloadData and retrieves its kotlin.String value. Returns null if the ManifestOverridesPayload is not a PayloadData.