DataSourceFormInput

data class DataSourceFormInput(val content: String? = null, val formName: String, val typeIdentifier: String? = null, val typeRevision: String? = null)

The details of a metadata form.

Constructors

Link copied to clipboard
constructor(content: String? = null, formName: String, typeIdentifier: String? = null, typeRevision: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The content of the metadata form.

Link copied to clipboard

The name of the metadata form.

Link copied to clipboard
val typeIdentifier: String? = null

The ID of the metadata form type.

Link copied to clipboard
val typeRevision: String? = null

The revision of the metadata form type.