Custom

@JsonSerializable
@PolymorphicLabel(value = "custom")
data class Custom(val resource: Resource) : Content

Constructors

Link copied to clipboard
constructor(resource: Resource)

Properties

Link copied to clipboard