Models
from typing import Any, Dict, List, Literal, Optional, Union
LastNHoursParam = Literal["1", "12", "24", "3", "6"]
class ApplicationHeatMapDetail:
fair_site: int
good_site: int
poor_site: int
from typing import Any, Dict, List, Literal, Optional, Union
LastNHoursParam = Literal["1", "12", "24", "3", "6"]
class ApplicationHeatMapDetail:
fair_site: int
good_site: int
poor_site: int