Skip to content

Commit

Permalink
Support deserializing date_end
Browse files Browse the repository at this point in the history
  • Loading branch information
winston-stripe committed Apr 6, 2023
1 parent 3f6c06f commit 603ed46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calls.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Call struct {
ID string `json:"id"`
Title string `json:"title"`
DateStart JSONTime `json:"date_start"`
DateEnd JSONTime `json:"date_end"`
ExternalUniqueID string `json:"external_unique_id"`
JoinURL string `json:"join_url"`
DesktopAppJoinURL string `json:"desktop_app_join_url"`
Expand Down

0 comments on commit 603ed46

Please sign in to comment.