Skip to content

Team

Team

Bases: CommonResource

A data model representing a team that extends CommonResource.

ATTRIBUTE DESCRIPTION
desc

The description of the team.

TYPE: str | None

image

The image URL of the team.

TYPE: HttpUrl | None

creators

The creators of the team.

TYPE: Annotated[list[CommonResource], Field(default_factory=list)]

universes

The universes the team is associated with.

TYPE: Annotated[list[CommonResource], Field(default_factory=list)]

cv_id

The Comic Vine ID of the team.

TYPE: int | None

gcd_id

The Grand Comics Database ID of the team.

TYPE: int | None

resource_url

The URL of the team resource.

TYPE: HttpUrl