root.generated.openapi_aclient.models.judge_generator_visibility_enum ===================================================================== .. py:module:: root.generated.openapi_aclient.models.judge_generator_visibility_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_aclient.models.judge_generator_visibility_enum.JudgeGeneratorVisibilityEnum Module Contents --------------- .. py:class:: JudgeGeneratorVisibilityEnum Bases: :py:obj:`str`, :py:obj:`enum.Enum` * `global` - global * `public` - public * `listed` - listed * `unlisted` - unlisted .. py:attribute:: GLOBAL :value: 'global' .. py:attribute:: LISTED :value: 'listed' .. py:attribute:: PUBLIC :value: 'public' .. py:attribute:: UNLISTED :value: 'unlisted'