====== Models ====== .. code:: python from typing import Any, Dict, List, Literal, Optional, Union ActionParam = Literal["runnow", "start", "stop"] class UpdateReportTemplateResponse: # Report ID report_id: str