root.generated.openapi_client.models.reference_variable ======================================================= .. py:module:: root.generated.openapi_client.models.reference_variable .. 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.reference_variable.ReferenceVariable Module Contents --------------- .. py:class:: ReferenceVariable Bases: :py:obj:`pydantic.BaseModel` ReferenceVariable .. py:attribute:: created_at :type: Optional[datetime.datetime] .. py:attribute:: dataset :type: pydantic.StrictStr .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: model_config .. py:attribute:: name :type: typing_extensions.Annotated[str, Field(strict=True, max_length=1000)] .. py:attribute:: skill :type: Optional[pydantic.StrictStr] .. py:attribute:: updated_at :type: Optional[datetime.datetime]