Interface: ResourcefulDateTypeOptions
Configuration options for ResourcefulDateType instances. Represents date-only values formatted as ISO 8601 date strings.
See
Extends
Extended by
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
autoCreate? | boolean | - | - |
autoUpdate? | boolean | - | - |
nullable? | boolean | Whether the value can be null | BaseInterface.nullable |
readOnly? | boolean | Whether the property is read-only (not included in create/update operations) | BaseInterface.readOnly |
writeOnly? | boolean | Whether the property is write-only (not included in response serialization) | BaseInterface.writeOnly |