EVECelery.tasks.ESI.Alliance.Models.get_alliances_alliance_id_200#
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#
Headers for response code 200 |
|
Public data about an alliance |
- class EVECelery.tasks.ESI.Alliance.Models.get_alliances_alliance_id_200.GetAlliancesAllianceIdOk#
Bases:
pydantic.BaseModel- creator_corporation_id: int#
- creator_id: int#
- date_founded: datetime.datetime#
- executor_corporation_id: int | None#
- faction_id: int | None#
- name: str#
- ticker: str#
- class EVECelery.tasks.ESI.Alliance.Models.get_alliances_alliance_id_200.Headers200_get_alliances_alliance_id#
Bases:
EVECelery.tasks.BaseTasks.Models.ModelsBase.ModelBaseEVECeleryHeaders for response code 200
- Cache_Control: str | None#
- ETag: str | None#
- Expires: str | None#
- Last_Modified: str | None#
- class EVECelery.tasks.ESI.Alliance.Models.get_alliances_alliance_id_200.Response200_get_alliances_alliance_id#
Bases:
EVECelery.tasks.BaseTasks.Models.ModelsCached.ModelCachedResponsePublic data about an alliance
Response for code 200. This model contains the response body and headers returned from ESI.
Example responses from ESI:
{ "creator_corporation_id": 45678, "creator_id": 12345, "date_founded": "2016-06-26T21:00:00Z", "executor_corporation_id": 98356193, "name": "C C P Alliance", "ticker": "<C C P>" }