Interface: ResourcefulBigintType
Instance type for ResourcefulBigintType with validated properties. Represents 64-bit signed integers as defined in the OpenAPI 3.0 specification.
See
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
exclusiveMaximum | boolean | Whether the maximum value is exclusive (value must be less than maximum) | ResourcefulBigintTypeOptions.exclusiveMaximum |
exclusiveMinimum | boolean | Whether the minimum value is exclusive (value must be greater than minimum) | ResourcefulBigintTypeOptions.exclusiveMinimum |
format | "int64" | - | - |
maximum | bigint | Maximum value constraint for the 64-bit integer | ResourcefulBigintTypeOptions.maximum |
minimum | bigint | Minimum value constraint for the 64-bit integer | ResourcefulBigintTypeOptions.minimum |
multipleOf | bigint | Value must be a multiple of this number | ResourcefulBigintTypeOptions.multipleOf |
nullable? | boolean | Whether the value can be null | ResourcefulBigintTypeOptions.nullable |
readOnly? | boolean | Whether the property is read-only (not included in create/update operations) | ResourcefulBigintTypeOptions.readOnly |
type | "integer" | - | - |
writeOnly? | boolean | Whether the property is write-only (not included in response serialization) | ResourcefulBigintTypeOptions.writeOnly |