Models
from typing import Optional, List, Dict, Union, Any, Literal
class DeleteAllListsBody:
"""
Body for deleteAllLists call, generic api for deleting all lists of a specified listType
"""
type_: Optional[str]
from typing import Optional, List, Dict, Union, Any, Literal
class DeleteAllListsBody:
"""
Body for deleteAllLists call, generic api for deleting all lists of a specified listType
"""
type_: Optional[str]