Skip to content

Interface: BaseInterface

Base interface for all Resourceful data type options. Includes common modifier properties that apply to all data types.

Extended by

Properties

PropertyTypeDescription
nullable?booleanWhether the value can be null
readOnly?booleanWhether the property is read-only (not included in create/update operations)
writeOnly?booleanWhether the property is write-only (not included in response serialization)