Skip to content

seasons

Border

Bases: traits.Identifiable

Represents a border.

Attributes:

Name Type Description
uuid str

the uuid

asset_path str

the asset path

level int

the level

wins_required int

the wins required

display_icon str

the display icon

small_icon str

the small icon

CompetitiveSeason

Bases: traits.Identifiable

Represents a competitive season.

Attributes:

Name Type Description
uuid str

the uuid

asset_path str

the asset path

start_time datetime.datetime

the start time

end_time datetime.datetime

the end time

season_uuid str

the season uuid

competitive_tiers_uuid str

the competitive tiers uuid

borders list[Border

the borders

Season

Bases: traits.Identifiable

Represents a season.

Attributes:

Name Type Description
uuid str

the uuid

asset_path str

the asset path

display_name str

the display name

type str

the type

start_time datetime.datetime

the start time

end_time datetime.datetime

the end time

parent_uuid str

the parent uuid