Image

@JsonSerializable
@PolymorphicLabel(value = "image")
data class Image(val image: Resource, val detail: Content.Image.DetailLevel = Low) : Content

Constructors

Link copied to clipboard
constructor(image: Resource, detail: Content.Image.DetailLevel = Low)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard