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
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.