GetAppManifestResponse

@Serializable
data class GetAppManifestResponse(val url: String, val errors: List<AppManifestError>, val data: String? = null, val parsed: AppManifestParsedProperties? = null)(source)

Response type for the PageDomain.getAppManifest command.

Constructors

Link copied to clipboard
constructor(url: String, errors: List<AppManifestError>, data: String? = null, parsed: AppManifestParsedProperties? = null)

Properties

Link copied to clipboard
val data: String? = null

Manifest content.

Link copied to clipboard
Link copied to clipboard

Parsed manifest properties

Link copied to clipboard
val url: String

Manifest location.