root.generated.openapi_aclient.models.nested_objective_list =========================================================== .. py:module:: root.generated.openapi_aclient.models.nested_objective_list .. 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.nested_objective_list.NestedObjectiveList Module Contents --------------- .. py:class:: NestedObjectiveList Bases: :py:obj:`pydantic.BaseModel` NestedObjectiveList .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: intent :type: Optional[typing_extensions.Annotated[str, Field(strict=True, max_length=100000)]] :value: None .. py:attribute:: model_config .. py:attribute:: status :type: Optional[root.generated.openapi_aclient.models.status_enum.StatusEnum] :value: None .. py:attribute:: validators :type: List[root.generated.openapi_aclient.models.objective_validator.ObjectiveValidator]