Component Type Data Type
data class ComponentTypeDataType(val allowedValues: List<ComponentTypeDataValue>? = null, val nestedType: ComponentTypeDataType? = null, val relationship: ComponentTypeRelationship? = null, val type: ComponentTypeDataTypeType, val unitOfMeasure: String? = null)
An object that specifies the data type of a property.
Constructors
Link copied to clipboard
constructor(allowedValues: List<ComponentTypeDataValue>? = null, nestedType: ComponentTypeDataType? = null, relationship: ComponentTypeRelationship? = null, type: ComponentTypeDataTypeType, unitOfMeasure: String? = null)
Properties
Link copied to clipboard
The allowed values for this data type.
Link copied to clipboard
The nested type in the data type.
Link copied to clipboard
A relationship that associates a component with another component.
Link copied to clipboard
The underlying type of the data type.
Link copied to clipboard
The unit of measure used in this data type.