qcrboxapiclient.models.interactive_session_closed_response¶
- class qcrboxapiclient.models.interactive_session_closed_response.InteractiveSessionClosedResponse(interactive_sessions)
Bases:
object- Parameters:
interactive_sessions (list[CloseInteractiveSessionResponse])
- interactive_sessions
- Type:
list[‘CloseInteractiveSessionResponse’]
- property additional_keys: list[str]
-
additional_properties:
dict[str,Any]
- classmethod from_dict(src_dict)
- Return type:
TypeVar(T, bound= InteractiveSessionClosedResponse)- Parameters:
src_dict (Mapping[str, Any])
-
interactive_sessions:
list[CloseInteractiveSessionResponse]
- to_dict()
- Return type:
dict[str,Any]