Models
from typing import Optional, List, Dict, Union, Any, Literal
class RedirectCodeResponse:
message: Optional[str]
type_: Optional[str]
from typing import Optional, List, Dict, Union, Any, Literal
class RedirectCodeResponse:
message: Optional[str]
type_: Optional[str]