mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-06-15 00:05:04 +02:00
Add name
field to DB (page) props
This commit is contained in:
1
page.go
1
page.go
@ -39,6 +39,7 @@ type DatabasePageProperties map[string]DatabasePageProperty
|
||||
type DatabasePageProperty struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
Type DatabasePropertyType `json:"type,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
|
||||
Title []RichText `json:"title,omitempty"`
|
||||
RichText []RichText `json:"rich_text,omitempty"`
|
||||
|
Reference in New Issue
Block a user