root.generated.openapi_client.models.status776_enum =================================================== .. py:module:: root.generated.openapi_client.models.status776_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.status776_enum.Status776Enum Module Contents --------------- .. py:class:: Status776Enum Bases: :py:obj:`str`, :py:obj:`enum.Enum` * `pending` - pending * `processing` - processing * `completed` - completed * `failed` - failed * `partial` - partial .. py:attribute:: COMPLETED :value: 'completed' .. py:attribute:: FAILED :value: 'failed' .. py:attribute:: PARTIAL :value: 'partial' .. py:attribute:: PENDING :value: 'pending' .. py:attribute:: PROCESSING :value: 'processing'