Skip to content

Interface: ResourcefulBinaryType

Instance type for ResourcefulBinaryType with validated properties. Represents binary data as base64-encoded string as defined in the OpenAPI 3.0 specification.

See

OpenAPI 3.0 String Type

Extends

Properties

PropertyTypeDescriptionInherited from
format"binary"--
maxLengthnumberMaximum length constraint for the base64-encoded binary dataResourcefulBinaryTypeOptions.maxLength
minLengthnumberMinimum length constraint for the base64-encoded binary dataResourcefulBinaryTypeOptions.minLength
nullable?booleanWhether the value can be nullResourcefulBinaryTypeOptions.nullable
readOnly?booleanWhether the property is read-only (not included in create/update operations)ResourcefulBinaryTypeOptions.readOnly
type"string"--
writeOnly?booleanWhether the property is write-only (not included in response serialization)ResourcefulBinaryTypeOptions.writeOnly