Skip to content

Arc

Arc

Bases: BaseResource

A data model representing an arc that extends BaseResource.

ATTRIBUTE DESCRIPTION
desc

The description of the arc.

TYPE: str

image

The image URL of the arc.

TYPE: HttpUrl

cv_id

The Comic Vine ID of the arc.

TYPE: int

gcd_id

The Grand Comics Database ID of the arc.

TYPE: int

resource_url

The URL of the arc resource.

TYPE: HttpUrl

ArcPost

Bases: BaseModel

A data model representing an arc to be created.

ATTRIBUTE DESCRIPTION
name

The name of the arc.

TYPE: str

desc

The description of the arc.

TYPE: str

image

The image URL of the arc.

TYPE: str

cv_id

The Comic Vine ID of the arc.

TYPE: int

gcd_id

The Grand Comics Database ID of the arc.

TYPE: int