Skip to main content

Module clients.constraint.numeric_constraint

Functions

from_api_object

def from_api_object(api_object: h2o_engine_manager.gen.model.v1_constraint_numeric.V1ConstraintNumeric) ‑> NumericConstraint

Classes

NumericConstraint

class NumericConstraint(minimum: str, default: str, maximum: Optional[str] = None)

Methods

to_api_object

def to_api_object(self)

Feedback