GetAppManifestRequest

@Serializable
data class GetAppManifestRequest(val manifestId: String? = null)

Request object containing input parameters for the PageDomain.getAppManifest command.

Constructors

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

Types

Link copied to clipboard
class Builder

A builder for GetAppManifestRequest, which allows setting the optional parameters of the PageDomain.getAppManifest command via a lambda.

Properties

Link copied to clipboard
val manifestId: String? = null

(undocumented in the protocol definition)