MetadataAssignmentResponse

data class MetadataAssignmentResponse(val deprecated: Boolean? = null, val entity: String? = null, val required: Boolean? = null)

Assignment metadata

Constructors

Link copied to clipboard
constructor(deprecated: Boolean? = null, entity: String? = null, required: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deprecated: Boolean? = null

Deprecated assignment

Link copied to clipboard
val entity: String? = null

The entities this metadata schema component gets applied to.

Link copied to clipboard
val required: Boolean? = null

Required assignment