Interface: ResourcefulBooleanType
Instance type for ResourcefulBooleanType with validated properties. Represents boolean true/false values as defined in the OpenAPI 3.0 specification.
See
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
nullable? | boolean | Whether the value can be null | ResourcefulBooleanTypeOptions.nullable |
readOnly? | boolean | Whether the property is read-only (not included in create/update operations) | ResourcefulBooleanTypeOptions.readOnly |
type | "boolean" | - | - |
writeOnly? | boolean | Whether the property is write-only (not included in response serialization) | ResourcefulBooleanTypeOptions.writeOnly |