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