Skip to main content

Module clients.constraint.profile_constraint_numeric

Functions

from_api_object

def from_api_object(api_object: h2o_engine_manager.gen.model.v1_profile_constraint_numeric.V1ProfileConstraintNumeric) ‑> ProfileConstraintNumeric

Classes

ProfileConstraintNumeric

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

Methods

to_api_object

def to_api_object(self)

Feedback