Skip to content

Review Representation

ReviewRepresentation

Represents the metadata of a Vectice review.

A Review Representation shows information about a specific review from the Vectice app. It makes it easier to get and read this information through the API.

Attributes:

Name Type Description
id str

The unique identifier of the review.

message str | None

The message of the review.

feedback str | None

The feedback of the review.

status str

The status of the review (In Review, Approved, Rejected, or Cancelled).

creator Dict[str, str]

Creator of the review.

assignee Dict[str, str]

Assignee of the review.

asdict

asdict()

Transform the ReviewRepresentation into a organised dictionary.

Returns:

Type Description
Dict[str, Any]

The object represented as a dictionary