···3535 Label string `json:"label"`
3636 // URL to go to when the action button is clicked
3737 Action string `json:"action"`
3838- } `json:"actions"`
3838+ } `json:"actions,omitempty"`
3939 // URL to an image to display in the notification
4040- Image string `json:"image"`
4040+ Image string `json:"image,omitempty"`
4141}