DocumentationDatasetFacet

data class DocumentationDatasetFacet(val getProducer: String, val getSchemaURL: String, val description: String)

Represents the documentation facet of a dataset.

Constructors

Link copied to clipboard
constructor(getProducer: String, getSchemaURL: String, description: String)

Properties

Link copied to clipboard

The description of the dataset.

Link copied to clipboard

The producer of the documentation.

Link copied to clipboard

The URL of the schema associated with the documentation.