ResourceComment

@Serializable
@SerialName(value = "ResourceComment")
data class ResourceComment(val content: String) : Entry(source)

A file-level comment (lines starting with ###).

Constructors

Link copied to clipboard
constructor(content: String)

Properties

Link copied to clipboard

The resource comment text