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
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
format | "binary" | - | - |
maxLength | number | Maximum length constraint for the base64-encoded binary data | ResourcefulBinaryTypeOptions.maxLength |
minLength | number | Minimum length constraint for the base64-encoded binary data | ResourcefulBinaryTypeOptions.minLength |
nullable? | boolean | Whether the value can be null | ResourcefulBinaryTypeOptions.nullable |
readOnly? | boolean | Whether the property is read-only (not included in create/update operations) | ResourcefulBinaryTypeOptions.readOnly |
type | "string" | - | - |
writeOnly? | boolean | Whether the property is write-only (not included in response serialization) | ResourcefulBinaryTypeOptions.writeOnly |