data class GetAppManifestResponse
Response type for the PageDomain.getAppManifest command.
<init> |
Response type for the PageDomain.getAppManifest command. GetAppManifestResponse(url: String, errors: List<AppManifestError>, data: String? = null, parsed: AppManifestParsedProperties? = null) |
data |
Manifest content. val data: String? |
errors |
val errors: List<AppManifestError> |
parsed |
Parsed manifest properties val parsed: AppManifestParsedProperties? |
url |
Manifest location. val url: String |