root.generated.openapi_client.models.judge_status_enum ====================================================== .. py:module:: root.generated.openapi_client.models.judge_status_enum .. autoapi-nested-parse:: Root Signals API Root Signals JSON API provides a way to access Root Signals using provisioned API token The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. Classes ------- .. autoapisummary:: root.generated.openapi_client.models.judge_status_enum.JudgeStatusEnum Module Contents --------------- .. py:class:: JudgeStatusEnum Bases: :py:obj:`str`, :py:obj:`enum.Enum` * `unlisted` - unlisted * `listed` - listed * `public` - public * `global` - global .. py:attribute:: GLOBAL :value: 'global' .. py:attribute:: LISTED :value: 'listed' .. py:attribute:: PUBLIC :value: 'public' .. py:attribute:: UNLISTED :value: 'unlisted'