LifecycleStateChangeFacet

data class LifecycleStateChangeFacet(val getProducer: String, val getSchemaURL: String, val lifecycleStateChange: String? = null)

Represents the lifecycle state change facet of a dataset.

Constructors

Link copied to clipboard
constructor(getProducer: String, getSchemaURL: String, lifecycleStateChange: String? = null)

Properties

Link copied to clipboard

The producer of the lifecycle state change facet.

Link copied to clipboard

The URL of the schema associated with the lifecycle state change facet.

Link copied to clipboard

The lifecycle state change value (optional).