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:
@ -85,6 +85,7 @@ type File struct {
|
||||
type DatabaseProperty struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
Type DatabasePropertyType `json:"type"`
|
||||
Name string `json:"name,omitempty"`
|
||||
|
||||
Title *EmptyMetadata `json:"title,omitempty"`
|
||||
RichText *EmptyMetadata `json:"rich_text,omitempty"`
|
||||
|
Reference in New Issue
Block a user