blob: f916100a0f76e853cc4973c0b61881503926ed54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|