Source code for kittycad.models.aggregate_usage_collection_threshold_bounds

from .base import KittyCadBaseModel


[docs] class AggregateUsageCollectionThresholdBounds(KittyCadBaseModel): """Inclusive amount bounds for a threshold authority.""" maximum_amount: float minimum_amount: float