Interface: ResourcefulDateType
Instance type for ResourcefulDateType with validated properties. Represents a date-only value formatted as ISO 8601 date string as defined in the OpenAPI 3.0 specification.
See
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
autoCreate? | boolean | - | ResourcefulDateTypeOptions.autoCreate |
autoUpdate? | boolean | - | ResourcefulDateTypeOptions.autoUpdate |
format | "date" | - | - |
nullable? | boolean | Whether the value can be null | ResourcefulDateTypeOptions.nullable |
readOnly? | boolean | Whether the property is read-only (not included in create/update operations) | ResourcefulDateTypeOptions.readOnly |
type | "string" | - | - |
writeOnly? | boolean | Whether the property is write-only (not included in response serialization) | ResourcefulDateTypeOptions.writeOnly |