Skip to content

Interface: ResourcefulBooleanType

Instance type for ResourcefulBooleanType with validated properties. Represents boolean true/false values as defined in the OpenAPI 3.0 specification.

See

OpenAPI 3.0 Boolean Type

Extends

Properties

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