Skip to content

Interface: ResourcefulBigintType

Instance type for ResourcefulBigintType with validated properties. Represents 64-bit signed integers as defined in the OpenAPI 3.0 specification.

See

OpenAPI 3.0 Integer Type

Extends

Properties

PropertyTypeDescriptionInherited from
exclusiveMaximumbooleanWhether the maximum value is exclusive (value must be less than maximum)ResourcefulBigintTypeOptions.exclusiveMaximum
exclusiveMinimumbooleanWhether the minimum value is exclusive (value must be greater than minimum)ResourcefulBigintTypeOptions.exclusiveMinimum
format"int64"--
maximumbigintMaximum value constraint for the 64-bit integerResourcefulBigintTypeOptions.maximum
minimumbigintMinimum value constraint for the 64-bit integerResourcefulBigintTypeOptions.minimum
multipleOfbigintValue must be a multiple of this numberResourcefulBigintTypeOptions.multipleOf
nullable?booleanWhether the value can be nullResourcefulBigintTypeOptions.nullable
readOnly?booleanWhether the property is read-only (not included in create/update operations)ResourcefulBigintTypeOptions.readOnly
type"integer"--
writeOnly?booleanWhether the property is write-only (not included in response serialization)ResourcefulBigintTypeOptions.writeOnly