Object Type Field
data class ObjectTypeField(val contentType: ObjectTypeFieldContentType? = null, val source: String? = null, val target: String? = null)
Represents a field in a ProfileObjectType.
Constructors
Link copied to clipboard
constructor(contentType: ObjectTypeFieldContentType? = null, source: String? = null, target: String? = null)