Add description field to Conference class.
This commit is contained in:
parent
c6d39ace60
commit
d4b43d70ba
|
@ -43,6 +43,7 @@ class Conference:
|
||||||
ticket_type: str | None = None
|
ticket_type: str | None = None
|
||||||
attendees: int | None = None
|
attendees: int | None = None
|
||||||
hashtag: str | None = None
|
hashtag: str | None = None
|
||||||
|
description: str | None = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def display_name(self) -> str:
|
def display_name(self) -> str:
|
||||||
|
|
Loading…
Reference in a new issue