:py:mod:`EVECelery.tasks.ESI.Alliance.Models.get_alliances_200` =============================================================== .. py:module:: EVECelery.tasks.ESI.Alliance.Models.get_alliances_200 .. autoapi-nested-parse:: A model definition module returned by an ESI task. This module was automatically generated from Jinja templates with the codegen tool included in the root of this repo. You should not directly modify this module but instead modify the template 'codegen/Templates/ESI_Models.py'. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: EVECelery.tasks.ESI.Alliance.Models.get_alliances_200.GetAlliancesOkItem EVECelery.tasks.ESI.Alliance.Models.get_alliances_200.GetAlliancesOk EVECelery.tasks.ESI.Alliance.Models.get_alliances_200.Headers200_get_alliances EVECelery.tasks.ESI.Alliance.Models.get_alliances_200.Response200_get_alliances .. py:class:: GetAlliancesOkItem Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: __root__ :type: conint(ge=0) .. py:class:: GetAlliancesOk Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: __root__ :type: List[GetAlliancesOkItem] .. py:class:: Headers200_get_alliances Bases: :py:obj:`EVECelery.tasks.BaseTasks.Models.ModelsBase.ModelBaseEVECelery` Headers for response code 200 .. py:attribute:: Cache_Control :type: str | None .. py:attribute:: ETag :type: str | None .. py:attribute:: Expires :type: str | None .. py:attribute:: Last_Modified :type: str | None .. py:class:: Response200_get_alliances Bases: :py:obj:`EVECelery.tasks.BaseTasks.Models.ModelsCached.ModelCachedResponse` List of Alliance IDs Response for code 200. This model contains the response body and headers returned from ESI. Example responses from ESI: .. code-block:: json [ 99000001, 99000002 ] .. py:attribute:: headers :type: Headers200_get_alliances .. py:attribute:: body :type: GetAlliancesOk