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.

asdict

asdict()

Transform the ReportRepresentation into a organised dictionary.

Returns:

Type Description
Dict[str, Any]

The object represented as a dictionary