DSMStructureField¶
- class dsviper.DSMStructureField¶
Bases:
objectA class used to represent the definition of a field for a struct.
Note: Not directly instantiable.
- default_value() DSMLiteral¶
Return the default value.
- documentation() str¶
Return the documentation.
- name() str¶
Return the name.
- type() DSMType¶
Return the type.