Metadata Assignment Response
data class MetadataAssignmentResponse(val deprecated: Boolean? = null, val entity: String? = null, val required: Boolean? = null)
Constructors
Link copied to clipboard
fun MetadataAssignmentResponse(deprecated: Boolean? = null, entity: String? = null, required: Boolean? = null)