Add time field to FrequencyMetadata struct
This commit is contained in:
parent
970cf40745
commit
e862a281d9
2 changed files with 13 additions and 0 deletions
|
@ -47,6 +47,7 @@ type FrequencyMetadata struct {
|
|||
Days []*string `json:"days,omitempty"`
|
||||
Months []*string `json:"months,omitempty"`
|
||||
Unit *string `json:"unit,omitempty"`
|
||||
Time string `json:"time,omitempty"`
|
||||
}
|
||||
|
||||
type NotificationMetadata struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue