qcrboxapiclient.models.interactive_sessions_response

class qcrboxapiclient.models.interactive_sessions_response.InteractiveSessionsResponse(interactive_sessions)

Bases: object

Parameters:

interactive_sessions (list[InteractiveSessionInfoResponse])

interactive_sessions
Type:

list[‘InteractiveSessionInfoResponse’]

property additional_keys: list[str]
additional_properties: dict[str, Any]
classmethod from_dict(src_dict)
Return type:

TypeVar(T, bound= InteractiveSessionsResponse)

Parameters:

src_dict (Mapping[str, Any])

interactive_sessions: list[InteractiveSessionInfoResponse]
to_dict()
Return type:

dict[str, Any]