Universe
Universe
Bases: BaseResource
A data model representing a universe that extends BaseResource.
| ATTRIBUTE | DESCRIPTION |
|---|---|
publisher |
The publisher of the universe.
TYPE:
|
designation |
The designation of the universe.
TYPE:
|
desc |
The description of the universe.
TYPE:
|
image |
The image URL of the universe.
TYPE:
|
gcd_id |
The Grand Comics Database ID of the universe.
TYPE:
|
resource_url |
The URL of the universe resource.
TYPE:
|
UniversePost
Bases: BaseModel
A data model representing a universe to be created.
| ATTRIBUTE | DESCRIPTION |
|---|---|
publisher |
The ID of the publisher of the universe.
TYPE:
|
name |
The name of the universe.
TYPE:
|
designation |
The designation of the universe.
TYPE:
|
desc |
The description of the universe.
TYPE:
|
image |
The image URL of the universe.
TYPE:
|
gcd_id |
The Grand Comics Database ID of the universe.
TYPE:
|
UniversePostResponse
Bases: BaseResource, UniversePost
A data model representing the response from creating a universe.
| ATTRIBUTE | DESCRIPTION |
|---|---|
publisher |
The ID of the publisher of the universe.
TYPE:
|
name |
The name of the universe.
TYPE:
|
designation |
The designation of the universe.
TYPE:
|
desc |
The description of the universe.
TYPE:
|
image |
The image URL of the universe.
TYPE:
|
gcd_id |
The Grand Comics Database ID of the universe.
TYPE:
|
resource_url |
The URL of the universe resource.
TYPE:
|