Team

Team

Bases: BaseModel

The Team object contains information for a team.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the Team, separated by ~\r\n.

TYPE: Optional[str]

api_url

Url to the resource in the Comicvine API.

TYPE: str

date_added

Date and time when the Team was added.

TYPE: datetime

date_last_updated

Date and time when the Team was last updated.

TYPE: datetime

description

Long description of the Team.

TYPE: Optional[str]

enemies

List of enemies of the Team.

TYPE: List[GenericEntry]

first_issue

First issue the Team appeared in.

TYPE: IssueEntry

friends

List of friends of the Team.

TYPE: List[GenericEntry]

image

Different sized images, posters and thumbnails for the Team.

TYPE: ImageEntry

issue_count

Number of issues the Team appears in.

TYPE: int

issues

List of issues the Team appears in.

TYPE: List[GenericEntry]

issues_disbanded_in

List of issues the Team disbanded in.

TYPE: List[GenericEntry]

member_count

Number of members in the Team.

TYPE: int

members

List of members in the Team.

TYPE: List[GenericEntry]

name

Name/Title of the Team.

TYPE: str

publisher

The publisher of the Team.

TYPE: GenericEntry

site_url

Url to the resource in Comicvine.

TYPE: str

story_arcs

List of story arcs the Team appears in.

TYPE: List[GenericEntry]

summary

Short description of the Team.

TYPE: Optional[str]

team_id

Identifier used by Comicvine.

TYPE: int

volumes

List of volumes the Team appears in.

TYPE: List[GenericEntry]

Functions

alias_list() -> List[str] property

List of aliases the Team has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n