Team
Team
Bases: BaseResource
A data model representing a team that extends BaseResource.
| ATTRIBUTE | DESCRIPTION |
|---|---|
desc |
The description of the team.
TYPE:
|
image |
The image URL of the team.
TYPE:
|
creators |
The creators of the team.
TYPE:
|
universes |
The universes the team is associated with.
TYPE:
|
cv_id |
The Comic Vine ID of the team.
TYPE:
|
gcd_id |
The Grand Comics Database ID of the team.
TYPE:
|
resource_url |
The URL of the team resource.
TYPE:
|
TeamPost
Bases: BaseModel
A data model representing a team to be created.
| ATTRIBUTE | DESCRIPTION |
|---|---|
name |
The name of the team.
TYPE:
|
desc |
The description of the team.
TYPE:
|
image |
The image URL of the team.
TYPE:
|
creators |
The IDs of the creators of the team.
TYPE:
|
universes |
The IDs of the universes the team is associated with.
TYPE:
|
cv_id |
The Comic Vine ID of the team.
TYPE:
|
gcd_id |
The Grand Comics Database ID of the team.
TYPE:
|
TeamPostResponse
Bases: BaseResource, TeamPost
A data model representing the response from creating a team.
| ATTRIBUTE | DESCRIPTION |
|---|---|
id |
(int) The ID of the team.
TYPE:
|
name |
The name of the team.
TYPE:
|
desc |
The description of the team.
TYPE:
|
image |
The image URL of the team.
TYPE:
|
creators |
The IDs of the creators of the team.
TYPE:
|
universes |
The IDs of the universes the team is associated with.
TYPE:
|
cv_id |
The Comic Vine ID of the team.
TYPE:
|
gcd_id |
The Grand Comics Database ID of the team.
TYPE:
|
resource_url |
The URL of the team resource.
TYPE:
|