mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-06-15 00:05:04 +02:00
Add support for status
property (#35)
Ref: https://developers.notion.com/changelog/changes-for-june-20-
This commit is contained in:
1
page.go
1
page.go
@ -59,6 +59,7 @@ type DatabasePageProperty struct {
|
||||
URL *string `json:"url,omitempty"`
|
||||
Email *string `json:"email,omitempty"`
|
||||
PhoneNumber *string `json:"phone_number,omitempty"`
|
||||
Status *SelectOptions `json:"status,omitempty"`
|
||||
CreatedTime *time.Time `json:"created_time,omitempty"`
|
||||
CreatedBy *User `json:"created_by,omitempty"`
|
||||
LastEditedTime *time.Time `json:"last_edited_time,omitempty"`
|
||||
|
Reference in New Issue
Block a user