Skip to content

Interface: ResourcefulDateTypeOptions

Configuration options for ResourcefulDateType instances. Represents date-only values formatted as ISO 8601 date strings.

See

OpenAPI 3.0 String Type

Extends

Extended by

Properties

PropertyTypeDescriptionInherited from
autoCreate?boolean--
autoUpdate?boolean--
nullable?booleanWhether the value can be nullBaseInterface.nullable
readOnly?booleanWhether the property is read-only (not included in create/update operations)BaseInterface.readOnly
writeOnly?booleanWhether the property is write-only (not included in response serialization)BaseInterface.writeOnly