AwaitPromiseParameter

@Serializable
data class AwaitPromiseParameter(val promiseObjectId: String, val returnByValue: Boolean? = null, val generatePreview: Boolean? = null)

Constructors

Link copied to clipboard
constructor(promiseObjectId: String, returnByValue: Boolean? = null, generatePreview: Boolean? = null)

Properties

Link copied to clipboard

Whether preview should be generated for the result.

Link copied to clipboard

Identifier of the promise.

Link copied to clipboard
val returnByValue: Boolean? = null

Whether the result is expected to be a JSON object that should be sent by value.