Skip to content

Interface: ResourcefulBooleanTypeOptions

Configuration options for ResourcefulBooleanType instances. Currently has no specific configuration options as boolean types are straightforward.

See

OpenAPI 3.0 Boolean Type

Extends

Extended by

Properties

PropertyTypeDescriptionInherited from
nullable?booleanWhether the value can be nullBaseInterface.nullable
readOnly?booleanWhether the property is read-only (not included in create/update operations)BaseInterface.readOnly
writeOnly?booleanWhether the property is write-only (not included in response serialization)BaseInterface.writeOnly