Skip to content

Contests

contests

ContestName

Bases: BaseModel

A contest name resource.

Attributes:

Name Type Description
name str

The name for this contest.

color str

The color associated with this contest's name.

language NamedResource

The language that this name is in.

ContestEffectFlavorText

Bases: BaseModel

A contest effect flavor text resource.

Attributes:

Name Type Description
flavor_text str

The flavor text for this contest effect.

language NamedResource

The language that this name is in.

SuperContestEffectFlavorText

Bases: BaseModel

A super contest effect flavor text resource.

Attributes:

Name Type Description
flavor_text str

The flavor text for this super contest effect.

language NamedResource

The language that this name is in.

Comments