matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/CommsNotificationsModel.go

12 lines
276 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// CommsNotifications undocumented
type CommsNotifications struct {
// Object is the base model of CommsNotifications
Object
// Value undocumented
Value []CommsNotification `json:"value,omitempty"`
}