Models

from typing import Optional, List, Dict, Union, Any, Literal


class SetLifeCycle:
    device_life_cycle_needed: Optional[bool]