🔷
Pyot Documentation
  • Pyot Documentation
  • Cores
    • Installation
    • Configuration
    • Objects
    • Concurrency
    • Resources
    • Exceptions
    • Warnings
  • Examples
    • Single File
    • Multi Root
    • Module Based
  • Pipeline
    • Expirations
    • Handler
    • Object
    • Token
  • Stores
    • CDragon
    • DDragon
    • DiskCache
    • DjangoCache
    • MerakiCDN
    • MongoDB
    • Omnistone
    • RedisCache
    • RiotAPI
  • Limiters
    • MemoryLimiter
    • RedisLimiter
  • Models
    • League of Legends
      • Champion
      • Championmastery
      • Championrotation
      • Clash
      • Item
      • League
      • Match
      • Merakichampion
      • Merakiitem
      • Profileicon
      • Rune
      • Spectator
      • Spell
      • Status
      • Summoner
      • Thirdpartycode
      • Tournament
    • Legends of Runeterra
      • Card
      • Match
      • Ranked
      • Status
    • Riot Services
      • Account
    • Teamfight Tactics
      • Champion
      • Item
      • League
      • Match
      • Profileicon
      • Summoner
      • Thirdpartycode
      • Trait
    • Valorant
      • Content
      • Match
      • Ranked
      • Status
  • Utils
    • LoL
      • Cdragon
      • Champion
      • Routing
    • LoR
      • Cards
    • Tft
      • Cdragon
      • Routing
    • Aiohttp
    • Copy
    • Functools
    • Importlib
    • Itertools
    • Logging
    • Nullsafe
    • Safejson
    • Sync
    • Text
    • Threading
  • Integrations
    • Django
    • FastAPI
    • Celery
  • Changelog
    • 5.x.x
    • 6.x.x
Powered by GitBook
On this page
  • class Status
  • class StatusContentData
  • class StatusDetailData
  • class StatusUpdateData
  1. Models
  2. Valorant

Status

Module: pyot.models.val.status

class Status

Type: PyotCore

Definitions:

  • __init__ -> None

    • platform: str = models.val.DEFAULT_PLATFORM

Endpoints:

  • status_v1_platform_data: []

Attributes:

  • id -> str

  • name -> str

  • locales -> List[str]

  • maintenances -> List[pyot.models.val.status.StatusDetailData]

  • incidents -> List[pyot.models.val.status.StatusDetailData]

class StatusContentData

Type: PyotStatic

Attributes:

  • locale -> str

  • content -> str

class StatusDetailData

Type: PyotStatic

Attributes:

  • id -> int

  • maintenance_status -> str

  • incident_severity -> str

  • titles -> List[pyot.models.val.status.StatusContentData]

  • updates -> List[pyot.models.val.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

class StatusUpdateData

Type: PyotStatic

Attributes:

  • id -> int

  • author -> str

  • publish -> bool

  • publish_locations -> List[str]

  • translations -> List[pyot.models.val.status.StatusContentData]

  • created_at_strftime -> str

  • updated_at_strftime -> str

Properties:

  • property created_at -> datetime.datetime

  • property updated_at -> datetime.datetime

PreviousRankedNextUtils

Last updated 2 years ago