def __init__()

in services/ui_backend_service/data/db/models/run_row.py [0:0]


    def __init__(
        self,
        flow_id,
        user_name,
        user=None,
        run_number=None,
        run_id=None,
        run=None,
        status=None,
        ts_epoch=None,
        finished_at=None,
        duration=None,
        tags=None,
        system_tags=None,
        last_heartbeat_ts=None,
        **kwargs