Status
Module:
pyot.models.lol.status
Type:
PyotCore
Definitions:
__init__
->None
platform
:str = models.lol.DEFAULT_PLATFORM
Endpoints:
status_v4_platform_data
:[]
Attributes:
id
->str
name
->str
locales
->List[str]
maintenances
->List[pyot.models.lol.status.StatusDetailData]
incidents
->List[pyot.models.lol.status.StatusDetailData]
Type:
PyotStatic
Attributes:
locale
->str
content
->str
Type:
PyotStatic
Attributes:
id
->int
maintenance_status
->str
incident_severity
->str
titles
->List[pyot.models.lol.status.StatusContentData]
updates
->List[pyot.models.lol.status.StatusUpdateData]
created_at_strftime
->str
archive_at_strftime
->str
updated_at_strftime
->str
platforms
->List[str]
Properties:
- property
archive_at
->datetime.datetime
- property
created_at
->datetime.datetime
- property
updated_at
->datetime.datetime
Type:
PyotStatic
Attributes:
id
->int
author
->str
publish
->bool
publish_locations
->List[str]
translations
->List[pyot.models.lol.status.StatusContentData]
created_at_strftime
->str
updated_at_strftime
->str
Properties:
- property
created_at
->datetime.datetime
- property
updated_at
->datetime.datetime
Last modified 9mo ago