GetResourceContentReturn

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

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.