====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class AppliedRecommendationsResEntry: action_id: str app_class_name: str last_updated: str recommendation_def: str site_id: str state: str