Skip to content

Interface: ResourcefulDateTimeTypeOptions

Configuration options for ResourcefulDateTimeType instances. Represents date-time values formatted as ISO 8601 date-time 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