Skip to content

competitive_tiers

CompetitiveTier

Bases: traits.Identifiable

Represents a competitive tier.

Attributes:

Name Type Description
uuid str

the uuid

asset_object_name str

the asset object name

tiers list[Tier]

the tiers

asset_path str

the asset path

Tier

Bases: pydantic.BaseModel

Represents a tier.

Attributes:

Name Type Description
tier int

the tier

tier_name str

the tier name

division str

the division

division_name str

the division name

color str

the color

background_color str

the background color

small_icon str

the small icon

large_icon str

the large icon

rank_triangle_down_icon str

the rank triangle down icon

rank_triangle_up_icon str

the rank triangle up icon