Story Arc

StoryArc

Bases: BaseModel

The StoryArc object contains information for a story arc.

ATTRIBUTE DESCRIPTION
aliases

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

TYPE: datetime

date_last_updated

Date and time when the StoryArc was last updated.

TYPE: datetime

description

Long description of the StoryArc.

TYPE: Optional[str]

first_issue

First issue of the StoryArc.

TYPE: Optional[IssueEntry]

story_arc_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the StoryArc.

TYPE: ImageEntry

issue_count

Number of issues in the StoryArc.

TYPE: int

issues

List of issues in the StoryArc.

TYPE: List[GenericEntry]

name

Name/Title of the StoryArc.

TYPE: str

publisher

The publisher of the StoryArc.

TYPE: Optional[GenericEntry]

site_url

Url to the resource in Comicvine.

TYPE: str

summary

Short description of the StoryArc.

TYPE: Optional[str]

Attributes

alias_list: List[str] property

List of aliases the StoryArc has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n

StoryArcEntry

Bases: BaseModel

The StoryArcEntry object contains information for a story arc.

ATTRIBUTE DESCRIPTION
aliases

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

TYPE: datetime

date_last_updated

Date and time when the StoryArcEntry was last updated.

TYPE: datetime

description

Long description of the StoryArcEntry.

TYPE: Optional[str]

first_issue

First issue of the StoryArcEntry.

TYPE: Optional[IssueEntry]

story_arc_id

Identifier used by Comicvine.

TYPE: int

image

Different sized images, posters and thumbnails for the StoryArcEntry.

TYPE: ImageEntry

issue_count

Number of issues in the StoryArcEntry.

TYPE: int

name

Name/Title of the StoryArcEntry.

TYPE: str

publisher

The publisher of the StoryArcEntry.

TYPE: Optional[GenericEntry]

site_url

Url to the resource in Comicvine.

TYPE: str

summary

Short description of the StoryArcEntry.

TYPE: Optional[str]

Attributes

alias_list: List[str] property

List of aliases the StoryArcEntry has used.

RETURNS DESCRIPTION
List[str]

List of aliases, split by ~\r\n