mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-11-27 22:18:23 +02:00
Add time_zone field to date prop type
This commit is contained in:
@@ -35,8 +35,9 @@ type Mention struct {
|
||||
}
|
||||
|
||||
type Date struct {
|
||||
Start DateTime `json:"start"`
|
||||
End *DateTime `json:"end,omitempty"`
|
||||
Start DateTime `json:"start"`
|
||||
End *DateTime `json:"end,omitempty"`
|
||||
TimeZone *string `json:"time_zone,omitempty"`
|
||||
}
|
||||
|
||||
type LinkPreview struct {
|
||||
|
||||
Reference in New Issue
Block a user