root.generated.openapi_aclient.models.data_set_list =================================================== .. py:module:: root.generated.openapi_aclient.models.data_set_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.data_set_list.DataSetList Module Contents --------------- .. py:class:: DataSetList Bases: :py:obj:`pydantic.BaseModel` DataSetList .. py:attribute:: created_at :type: datetime.datetime .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: meta :type: Optional[Any] .. py:attribute:: model_config .. py:attribute:: name :type: Optional[pydantic.StrictStr] :value: None .. 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:: tags :type: Optional[List[pydantic.StrictStr]] :value: None .. py:attribute:: type :type: Optional[root.generated.openapi_aclient.models.data_set_type.DataSetType] :value: None