root.generated.openapi_aclient.models.objective_list ==================================================== .. py:module:: root.generated.openapi_aclient.models.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.objective_list.ObjectiveList Module Contents --------------- .. py:class:: ObjectiveList Bases: :py:obj:`pydantic.BaseModel` ObjectiveList .. py:attribute:: created_at :type: datetime.datetime .. 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:: meta :type: Dict[str, Any] .. py:attribute:: model_config .. py:attribute:: owner :type: root.generated.openapi_aclient.models.nested_user_details.NestedUserDetails .. 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]