GetResourceContentResponse

@Serializable
data class GetResourceContentResponse(val content: String, val base64Encoded: Boolean)(source)

Response type for the PageDomain.getResourceContent command.

Constructors

Link copied to clipboard
constructor(content: String, base64Encoded: Boolean)

Properties

Link copied to clipboard

True, if content was served as base64.

Link copied to clipboard

Resource content.