class documentation

A unit of time for maximum age parsing.

See Also
parseMaxAge
Method __init__ attrs generated method
Instance Variable maximum The maximum value, exclusive.
Instance Variable minimum The minimum value, inclusive.
Instance Variable name The name of the unit.
def __init__(self, name: str, minimum: int, maximum: int): (source)

attrs generated method

Parameters
name:strThe name of the unit.
minimum:intThe minimum value, inclusive.
maximum:intThe maximum value, exclusive.

The maximum value, exclusive.

The minimum value, inclusive.

The name of the unit.