Interface: ResourcefulBooleanTypeOptions
Configuration options for ResourcefulBooleanType instances. Currently has no specific configuration options as boolean types are straightforward.
See
Extends
Extended by
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
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 |