ApplicationInstanceManifestPayload

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

A application verion's manifest file. This is a JSON document that has a single key (`PayloadData`) where the value is an escaped string representation of the application manifest (`graph.json`). This file is located in the `graphs` folder in your application source.

Constructors

Link copied to clipboard
constructor(payloadData: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val payloadData: String? = null

The application manifest.