Skip to content

Series

Series

Bases: BaseModel

The Series object contains information for a series.

ATTRIBUTE DESCRIPTION
date_added

Date and time when the Series was added.

TYPE: datetime

date_modified

Date and time when the Series was last updated.

TYPE: datetime

description

Description of the Series.

TYPE: Optional[str]

id

Identifier used by League of Comic Geeks.

TYPE: int

is_enabled

Unknown field

TYPE: bool

publisher_id

The publisher id of the Series.

TYPE: int

publisher_name

The publisher name of the Series.

TYPE: str

title

Name/Title of the Series.

TYPE: str

volume

Volume number.

TYPE: Optional[int]

year_begin

The year the Series started.

TYPE: int

year_end

The year the Series ended.

TYPE: Optional[int]