Skip to content

Report Representation

ReportRepresentation

Represents the metadata of a Vectice report. A Report Representation shows information about a specific issue from the Vectice app. It makes it easier to get and read this information through the API.

Attributes:

Name Type Description
id int

The unique identifier of the issue.

name str

The name of the issue.

creator Dict[str, str]

Creator of the issue.

created_date datetime

The created date of the report.

updated_date datetime

The last updated date of the report.

model_version ModelVersionRepresentation | None

The model version of the report.

asdict

asdict()

Transform the ReportRepresentation into a organised dictionary.

Returns:

Type Description
Dict[str, Any]

The object represented as a dictionary