Generic
ComicFormat
Bases: Enum
CoverType
Bases: IntEnum
GenericComic(**data: Any)
Bases: BaseModel
The GenericIssue object contains the base for related/link issues.
| ATTRIBUTE | DESCRIPTION |
|---|---|
count_pulls |
TYPE:
|
cover |
TYPE:
|
date_foc |
The date on the Front of Cover
TYPE:
|
date_collected |
TYPE:
|
date_modified |
Date and time when the Issue was last updated.
TYPE:
|
date_release |
The date the Issue was released.
TYPE:
|
description |
Description of the Issue.
TYPE:
|
format |
Type of Issue.
TYPE:
|
id |
Identifier used by League of Comic Geeks.
TYPE:
|
is_enabled |
TYPE:
|
is_variant |
Issue has been marked as Variant.
TYPE:
|
parent_id |
If it is a variant Issue, id of the original Issue, else None.
TYPE:
|
parent_title |
If it is a variant Issue, title of the original Issue, else None.
TYPE:
|
price |
Price of the Issue.
TYPE:
|
publisher_id |
The publisher id of the Issue.
TYPE:
|
publisher_name |
The publisher name of the Issue.
TYPE:
|
series_begin |
The year the Series started.
TYPE:
|
series_end |
The year the Series ended.
TYPE:
|
series_id |
Identifier used by League of Comic Geeks.
TYPE:
|
series_name |
Name / Title of the Series.
TYPE:
|
series_volume |
Series volume number.
TYPE:
|
title |
Name/Title of the Issue.
TYPE:
|
GenericCover(**data: Any)
Bases: GenericComic
The GenericCover object extends GenericIssue by including the type of cover used.
| ATTRIBUTE | DESCRIPTION |
|---|---|
cover_type |
TYPE:
|