Story Arc

StoryArc

Bases: BaseModel

The StoryArc object contains information for a story arc.

ATTRIBUTE DESCRIPTION
aliases

List of names used by the Story Arc, 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 Story Arc was added.

TYPE: datetime

date_last_updated

Date and time when the Story Arc was last updated.

TYPE: datetime

description

Long description of the Story Arc.

TYPE: Optional[str]

first_issue

First issue of the Story Arc.

TYPE: Optional[IssueEntry]

id_

Identifier used by Comicvine. Deprecated: Use story_arc_id instead.

TYPE: int

story_arc_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the Story Arc.

TYPE: ImageEntry

issue_count

Number of issues in the Story Arc.

TYPE: int

issues

List of issues in the Story Arc.

TYPE: List[GenericEntry]

name

Name/Title of the Story Arc.

TYPE: str

publisher

The publisher of the Story Arc.

TYPE: Optional[GenericEntry]

site_url

Url to the resource in Comicvine.

TYPE: str

summary

Short description of the Story Arc.

TYPE: Optional[str]

Functions

alias_list() -> List[str] property

List of aliases the Story Arc has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n