Kitaru

InvestigationSessionResponse

Investigation session response.

Attributes

attributeiduuid.UUID
= Field(description='Investigation session id.')
attributeinvestigation_iduuid.UUID
= Field(description='Investigation this session belongs to.')
attributesession_iduuid.UUID
= Field(description='Session being investigated.')
attributepositionint
= Field(description='Presentation order within the investigation.')
attributequestionslist[InvestigationSessionQuestion]
= Field(description='Questions to answer about the session.')
attributeverdictInvestigationSessionVerdict | None
= Field(description='Investigation session verdict.')

On this page